We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4012da commit 7b9e95fCopy full SHA for 7b9e95f
generic-ec/Cargo.toml
@@ -28,7 +28,7 @@ hex = { version = "0.4", default-features = false, optional = true }
28
phantom-type = { version = "0.4", default-features = false }
29
30
digest = { version = "0.10", default-features = false, optional = true }
31
-rand_hash = { git = "https://github.com/dfns/rand_hash", branch = "first-version", optional = true }
+rand_hash = { version = "0.1.0-rc1", optional = true }
32
33
# We use this dependency when both `curve-ed25519` and `alloc` features are enabled,
34
# to provide `generic_ec::multiscalar::Dalek`
0 commit comments