#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 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 13245/week @ 2024-12-28 26313/week @ 2025-01-04 40249/week @ 2025-01-11 34171/week @ 2025-01-18 30644/week @ 2025-01-25 36193/week @ 2025-02-01 36556/week @ 2025-02-08 39355/week @ 2025-02-15 33388/week @ 2025-02-22 30333/week @ 2025-03-01

147,003 downloads per month
Used in 51 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