use sapling-crypto v0.1.3

This commit is contained in:
Alfredo Garcia 2024-04-02 16:40:13 -03:00
parent a4323c2d60
commit a3b4de0459
2 changed files with 4 additions and 4 deletions

5
Cargo.lock generated
View File

@ -2104,8 +2104,9 @@ dependencies = [
[[package]]
name = "sapling-crypto"
version = "0.1.2"
source = "git+https://github.com/zcash/sapling-crypto?rev=54fc7d3d9c8eeb8e6ef6f64619deed43b0b681a6#54fc7d3d9c8eeb8e6ef6f64619deed43b0b681a6"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02f4270033afcb0c74c5c7d59c73cfd1040367f67f224fe7ed9a919ae618f1b7"
dependencies = [
"aes",
"bellman",

View File

@ -52,8 +52,7 @@ bitvec = "1"
blake2s_simd = "1"
bls12_381 = "0.8"
jubjub = "0.10"
#sapling = { package = "sapling-crypto", version = "0.1.2" }
sapling = { package = "sapling-crypto", git = "https://github.com/zcash/sapling-crypto", rev = "54fc7d3d9c8eeb8e6ef6f64619deed43b0b681a6" }
sapling = { package = "sapling-crypto", version = "0.1.3" }
# - Orchard
nonempty = "0.7"