Merge pull request #238 from zcash/reddsa-0.1.0

Use reddsa 0.1 instead of the git dependency
This commit is contained in:
str4d 2021-11-23 14:12:19 +00:00 committed by GitHub
commit 067e26822d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -33,6 +33,7 @@ memuse = { version = "0.2", features = ["nonempty"] }
pasta_curves = "0.2.1"
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
reddsa = "0.1"
nonempty = "0.7"
serde = { version = "1.0", features = ["derive"] }
subtle = "2.3"
@ -42,10 +43,6 @@ incrementalmerkletree = "0.1"
# Developer tooling dependencies
plotters = { version = "0.3.0", optional = true }
[dependencies.reddsa]
git = "https://github.com/str4d/redjubjub.git"
rev = "416a6a8ebf8bd42c114c938883016c04f338de72"
[dev-dependencies]
criterion = "0.3"
hex = "0.4"