mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 12:31:22 +00:00
Use lazy_static to initialize the Jubjub parameters, to avoid passing parameters around.
This commit is contained in:
@@ -11,6 +11,7 @@ crate-type = ["staticlib"]
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
pairing = "0.14.1"
|
||||
lazy_static = "1"
|
||||
|
||||
[dependencies.sapling-crypto]
|
||||
git = "https://github.com/zcash-hackworks/sapling-crypto"
|
||||
|
Reference in New Issue
Block a user