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: 81,019 of 196,612
Downloads: 12,119

Daily

Ranking: 58,947 of 196,584
Downloads: 0

Depended by

RankDownloadsName
64,79016,889libra_client

Depends on

RankDownloadsName
13,708,767,552bundler
81,405,583,906rake
141,290,327,137minitest
108477,493,063byebug

Owners

#GravatarHandle
1iconyuanxinyu