#flip #coin #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

#5 in #collective

Download history 36968/week @ 2024-04-09 28996/week @ 2024-04-16 29364/week @ 2024-04-23 22695/week @ 2024-04-30 19344/week @ 2024-05-07 24545/week @ 2024-05-14 28207/week @ 2024-05-21 30658/week @ 2024-05-28 22778/week @ 2024-06-04 22500/week @ 2024-06-11 21371/week @ 2024-06-18 25922/week @ 2024-06-25 24268/week @ 2024-07-02 21823/week @ 2024-07-09 30670/week @ 2024-07-16 24959/week @ 2024-07-23

106,916 downloads per month
Used in 36 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