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/collcoinfl.pdf
cargo build
cargo test