#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

#7 in #collective

Download history 31057/week @ 2024-09-14 34145/week @ 2024-09-21 32895/week @ 2024-09-28 36000/week @ 2024-10-05 35931/week @ 2024-10-12 39032/week @ 2024-10-19 30919/week @ 2024-10-26 41701/week @ 2024-11-02 33084/week @ 2024-11-09 32666/week @ 2024-11-16 34612/week @ 2024-11-23 27227/week @ 2024-11-30 37078/week @ 2024-12-07 26766/week @ 2024-12-14 8721/week @ 2024-12-21 10137/week @ 2024-12-28

85,565 downloads per month
Used in 46 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