Add blake2b_simd dependency
This commit is contained in:
parent
47ce9add3e
commit
fd5800065a
|
@ -7,4 +7,5 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
blake2b_simd = "0.5"
|
||||
jubjub = { git = "https://github.com/zkcrypto/jubjub", rev = "e83f7d2bd136498a27f9d943fea635d8682bf2c6" }
|
||||
|
|
Loading…
Reference in New Issue