fil-sapling-crypto 0.2.2

Cryptographic library for Zcash Sapling
Documentation
[dependencies.bellperson]
version = "0.4.0"

[dependencies.blake2b_simd]
version = "0.5"

[dependencies.blake2s_simd]
version = "0.5"

[dependencies.byteorder]
version = "1"

[dependencies.ff]
features = ["derive"]
version = "0.5.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.paired]
features = ["expose-arith"]
version = "0.16.0"

[dependencies.rand]
version = "0.7"

[dependencies.rand_core]
version = "0.5"
[dev-dependencies.digest]
version = "0.8"

[dev-dependencies.hex-literal]
version = "0.2"

[dev-dependencies.rand_xorshift]
version = "0.2.0"

[dev-dependencies.rust-crypto]
version = "0.2"

[features]
default = []
gpu = ["bellperson/gpu"]

[package]
authors = ["Sean Bowe <sean@z.cash>"]
description = "Cryptographic library for Zcash Sapling"
documentation = "https://github.com/zcash-hackworks/sapling"
edition = "2018"
homepage = "https://github.com/filecoin-project/sapling-crypto"
license = "MIT/Apache-2.0"
name = "fil-sapling-crypto"
repository = "https://github.com/filecoin-project/sapling-crypto"
version = "0.2.2"
[target."cfg(target_arch = \"x86_64\")".build-dependencies.cc]
version = "1.0"