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: 80,179 of 192,034
Downloads: 11,803

Daily

Ranking: 43,942 of 191,980
Downloads: 7

Depended by

RankDownloadsName
64,03516,467libra_client

Depends on

RankDownloadsName
13,331,464,298bundler
81,288,231,282rake
141,190,948,638minitest
102451,695,870byebug

Owners

#GravatarHandle
1iconyuanxinyu