Skip to content

Commit d9165d6

Browse files
committed
update to latest version of reddsa library
1 parent a85218f commit d9165d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ chacha20poly1305 = "0.10.1"
1515
ed25519-dalek = { version = "2.1.0", default-features = false, features = ["rand_core", "alloc"] }
1616
rand_chacha = { version = "0.3.1", optional = true }
1717
rand_core = { version = "0.6.4", default-features = false, features = ["alloc"] }
18-
reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev="9ac52c5c60e454b0032d78a22c05fb79aae1d51e", features = ["frost"], default-features = false }
18+
reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev="ed49e9ca0699a6450f6d4a9fe62ff168f5ea1ead", features = ["frost"], default-features = false }
1919
siphasher = { version = "1.0.0", default-features = false }
2020
x25519-dalek = { version = "2.0.0", default-features = false, features = ["reusable_secrets", "static_secrets"] }
2121

0 commit comments

Comments
 (0)