core_cbc_casper 0.1.0

Abstractly defines the CBC Casper message stucture and defines functions for the construction and proper execution of protocols of the Casper family.
Documentation
[[bench]]
harness = false
name = "block"
[dependencies.bincode]
version = "1.0.1"

[dependencies.blake2]
version = "0.7"

[dependencies.digest]
version = "0.7"

[dependencies.fixed-hash]
default-features = false
features = ["libc"]
version = "0.3"

[dependencies.itertools]
version = "0.7.8"

[dependencies.proptest]
optional = true
version = "0.9"

[dependencies.rand]
optional = true
version = "0.6"

[dependencies.rayon]
version = "1.3.0"

[dependencies.serde]
features = ["rc"]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
[dev-dependencies.criterion]
version = "0.2"

[features]
integration_test = ["proptest", "rand"]

[package]
authors = ["pZ4 <pz4@protonmail.ch>", "Lederstrumpf", "h4sh3d <h4sh3d@truelevel.io>", "roflolilolmao <q@truelevel.ch>"]
description = "Abstractly defines the CBC Casper message stucture and defines functions for the construction and proper execution of protocols of the Casper family."
edition = "2018"
keywords = ["CBC", "Casper", "Blockchain"]
license-file = "LICENSE"
name = "core_cbc_casper"
readme = "README.md"
repository = "https://github.com/TrueLevelSA/core-cbc-casper"
version = "0.1.0"