distrand 0.1.1

commit-reveal distributed random value generation
Documentation
[package]
name = "distrand"
version = "0.1.1"
authors = ["Sam Wilson <tecywiz121@hotmail.com>"]
license = "MPL-2.0"
repository = "https://github.com/tecywiz121/distrand"
description = "commit-reveal distributed random value generation"
readme = "README.md"
keywords = ["random", "rng", "distributed", "distributed-systems"]
categories = ["algorithms"]

[badges]
travis-ci = { repository = "tecywiz121/distrand" }

[dependencies]
bincode = "1.0.1"
crypto-mac = "0.7.0"
rand = "0.5.5"
serde = "1.0.70"
typenum = "1.0"
error-chain = "0.12.0"

[dev-dependencies]
hmac = "0.7.0"
sha2 = "0.8.0"