merlin 2.0.0

Composable proof transcripts for public-coin arguments of knowledge
Documentation
[dependencies.byteorder]
default-features = false
version = "1.2.4"

[dependencies.hex]
default-features = false
optional = true
version = "0.3"

[dependencies.keccak]
default-features = false
version = "0.1.0"

[dependencies.rand_core]
default-features = false
version = "0.5"

[dependencies.zeroize]
default-features = false
features = ["zeroize_derive"]
version = "1"
[dev-dependencies.curve25519-dalek]
version = "2"

[dev-dependencies.rand_chacha]
version = "0.2"

[dev-dependencies.strobe-rs]
version = "0.5"

[features]
debug-transcript = ["hex"]
default = ["std"]
nightly = []
std = ["rand_core/std", "byteorder/std"]

[package]
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
categories = ["cryptography"]
description = "Composable proof transcripts for public-coin arguments of knowledge"
documentation = "https://docs.rs/merlin"
edition = "2018"
exclude = [".travis.yml", ".gitignore"]
homepage = "https://docs.rs/merlin"
keywords = ["cryptography", "zero-knowledge", "fiat-shamir", "transcript"]
license = "MIT"
name = "merlin"
readme = "README.md"
repository = "https://github.com/dalek-cryptography/merlin"
version = "2.0.0"
[package.metadata.docs.rs]
features = ["nightly"]