Categories: None [Edit]

canoser

https://rubygems.org/gems/canoser
https://github.com/yuan-xy/canoser-ruby.git
A ruby implementation of the canonical serialization for the Libra network. Canonical serialization guarantees byte consistency when serializing an in-memory data structure. It is useful for situations where two parties want to efficiently compare data structures they independently maintain. It happens in consensus where independent validators need to agree on the state they independently compute. A cryptographic hash of the serialized data structure is what ultimately gets compared. In order for this to work, the serialization of the same data structures must be identical when computed by independent validators potentially running different implementations of the same spec in different languages.

Total

Ranking: 79,159 of 180,518
Downloads: 10,041

Daily

Ranking: 64,836 of 180,507
Downloads: 1

Depended by

RankDownloadsName
62,36614,239libra_client

Depends on

RankDownloadsName
12,084,411,274bundler
16856,302,234rake
20803,124,102minitest
93322,528,419byebug

Owners

#GravatarHandle
1iconyuanxinyu