Update to last poseidon-rs version

Update to last Poseidon version (which includes the changes of the reference implementation from
26ddaa91db)

Compatible with update at circomlib
(cf853c1cc9)
This commit is contained in:
arnaucube
2021-03-08 20:52:47 +01:00
parent f3d57a2446
commit 27f9ab6acc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "babyjubjub-rs"
version = "0.0.6"
version = "0.0.7"
authors = ["arnaucube <root@arnaucube.com>"]
edition = "2018"
license = "GPL-3.0"
@@ -19,7 +19,7 @@ blake-hash = "0.4.0"
generic-array = "0.13.2"
tiny-keccak = "1.5"
rustc-hex = "1.0.0"
poseidon-rs = "0.0.5"
poseidon-rs = "0.0.8"
arrayref = "0.3.5"
lazy_static = "1.4.0"