Browse Source
Use bellperson v0.19.0. (#18)
Co-authored-by: porcuquine <porcuquine@users.noreply.github.com>
main
porcuquine
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Cargo.toml
|
|
@ -11,7 +11,7 @@ license-file = "LICENSE" |
|
|
|
keywords = ["zkSNARKs", "cryptography", "proofs"] |
|
|
|
|
|
|
|
[dependencies] |
|
|
|
bellperson = "0.18.0" |
|
|
|
bellperson = "0.19.0" |
|
|
|
ff = "0.11.0" |
|
|
|
merlin = "2.0.0" |
|
|
|
rand = "0.8.4" |
|
|
|