ironfish_zkp 0.1.0

Sapling API and zero-knowledge proving mechanism for the Iron Fish node
Documentation
[package]
name = "ironfish_zkp"
version = "0.1.0"
license = "MIT OR Apache-2.0"

description = "Sapling API and zero-knowledge proving mechanism for the Iron Fish node"
keywords = ["iron-fish", "sapling", "zero-knowledge"]

[package.authors]
workspace = true

[package.edition]
workspace = true

[package.homepage]
workspace = true

[package.repository]
workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bellman = { version = "0.13.1" }
blake2s_simd = "1.0.0"
bls12_381 = "0.7.0"
byteorder = "1.4.3"
ff = "0.12.0"
group = "0.12.0"
jubjub = "0.9.0"
lazy_static = "1.4.0"
rand = "0.8.5"
zcash_primitives = "0.7.0"
zcash_proofs = "0.7.1"