#coin #flip #mixer #collective

no-std safe-mix

Implementation of the Collective Coin Flip algorithm

2 stable releases

Uses old Rust 2015

1.0.1 Feb 6, 2020
1.0.0 Aug 9, 2018

#6 in #collective

Download history 19763/week @ 2024-01-06 25770/week @ 2024-01-13 25303/week @ 2024-01-20 23852/week @ 2024-01-27 22638/week @ 2024-02-03 24633/week @ 2024-02-10 33271/week @ 2024-02-17 28730/week @ 2024-02-24 22869/week @ 2024-03-02 25672/week @ 2024-03-09 26468/week @ 2024-03-16 26250/week @ 2024-03-23 36975/week @ 2024-03-30 37666/week @ 2024-04-06 30627/week @ 2024-04-13 25456/week @ 2024-04-20

133,014 downloads per month
Used in 35 crates (6 directly)

Apache-2.0

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