Add blake2b_simd dependency

This commit is contained in:
Henry de Valence 2019-12-02 21:19:07 -08:00
parent 47ce9add3e
commit fd5800065a
1 changed files with 1 additions and 0 deletions

View File

@ -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" }