2 stable releases
Uses old Rust 2015
1.0.1 | Feb 6, 2020 |
---|---|
1.0.0 | Aug 9, 2018 |
#5 in #collective
106,916 downloads per month
Used in 36 crates
(6 directly)
7KB
100 lines
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
lib.rs
:
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
No runtime deps
~20KB