safe-mix 1.0.1

Implementation of the Collective Coin Flip algorithm
Documentation
  • Coverage
  • 83.33%
    5 out of 6 items documented0 out of 3 items with examples
  • Size
  • Source code size: 6.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.18 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • paritytech/safe-mix
    9 3 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gavofyork

safe-mix

Implementation of the Collective Coin Flip algorithm. Means of mixing a series of hashes to create a single secure hash.

Described in http://www.cs.huji.ac.il/~nati/PAPERS/coll_coin_fl.pdf

Building

cargo build

Testing

cargo test