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,878 of 189,039
Downloads: 11,602

Daily

Ranking: 76,653 of 189,027
Downloads: 1

Depended by

RankDownloadsName
63,81716,160libra_client

Depends on

RankDownloadsName
13,146,653,058bundler
91,216,837,074rake
141,135,662,477minitest
100436,918,250byebug

Owners

#GravatarHandle
1iconyuanxinyu