Merge pull request #439 from str4d/ff-0.11

ff 0.11, group 0.11, etc.

Extracted from: 85780f994d
This commit is contained in:
str4d 2021-09-13 17:08:27 +01:00 committed by GitHub
commit 709c25bcdf
1 changed files with 3 additions and 3 deletions

View File

@ -16,14 +16,14 @@ blake2b_simd = "0.5"
byteorder = "1"
chacha20 = "0.8"
chacha20poly1305 = "0.9"
ff = "0.10"
group = "0.10"
ff = "0.11"
group = "0.11"
rand_core = "0.6"
subtle = "2.2.3"
[dev-dependencies]
zcash_primitives = { version = "0.5", path = "../../zcash_primitives" }
jubjub = "0.7"
jubjub = "0.8"
[lib]
bench = false