bulletproofs 1.0.1

A pure-Rust implementation of Bulletproofs using Ristretto
[[bench]]
harness = false
name = "range_proof"

[[bench]]
harness = false
name = "r1cs"
required-features = ["yoloproofs"]

[[test]]
name = "range_proof"

[[test]]
name = "r1cs"
required-features = ["yoloproofs"]
[dependencies.byteorder]
version = "1"

[dependencies.clear_on_drop]
version = "0.2"

[dependencies.curve25519-dalek]
features = ["serde"]
version = "1"

[dependencies.digest]
version = "0.8"

[dependencies.failure]
version = "0.1"

[dependencies.merlin]
version = "1"

[dependencies.rand]
version = "0.6"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.sha3]
version = "0.8"

[dependencies.subtle]
version = "2"
[dev-dependencies.bincode]
version = "1"

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

[dev-dependencies.hex]
version = "0.3"

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

[features]
avx2_backend = ["curve25519-dalek/avx2_backend"]

[package]
authors = ["Cathie Yun <cathieyun@gmail.com>", "Henry de Valence <hdevalence@hdevalence.ca>", "Oleg Andreev <oleganza@gmail.com>"]
categories = ["cryptography"]
description = "A pure-Rust implementation of Bulletproofs using Ristretto"
keywords = ["cryptography", "ristretto", "zero-knowledge", "bulletproofs"]
license = "MIT"
name = "bulletproofs"
readme = "README.md"
repository = "https://github.com/dalek-cryptography/bulletproofs"
version = "1.0.1"