distrand

Crates.iodistrand
lib.rsdistrand
version0.1.1
sourcesrc
created_at2018-10-05 16:51:50.567415
updated_at2018-10-06 14:47:23.856806
descriptioncommit-reveal distributed random value generation
homepage
repositoryhttps://github.com/tecywiz121/distrand
max_upload_size
id88205
size30,013
(tecywiz121)

documentation

README

Distrand

Build Status

Distrand is a library for disttributed random value generation.

It uses a simple commit-reveal algorithm that is suitable for small numbers of participants. Each participant must communicate with every other participant, so the number of messages increases dramatically as the number of participants increases.

See the examples directory for a tutorial.

License

Licensed under the Mozilla Public License, Version 2.0.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the Covered Software by you, as defined in the Mozilla Public License, shall be licensed as above, without any additional terms or conditions.

Commit count: 7

cargo fmt