Skip to content

Commit 4452396

Browse files
committed
Update rand_hash dep
1 parent 58462c0 commit 4452396

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ members = [
1111
exclude = [
1212
"wasm/nostd",
1313
]
14+
15+
[patch.crates-io.rand_hash]
16+
git = "https://github.com/dfns/rand_hash"
17+
branch = "udigest-rc3"

generic-ec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hex = { version = "0.4", default-features = false, optional = true }
2828
phantom-type = { version = "0.4", default-features = false }
2929

3030
digest = { version = "0.10", default-features = false, optional = true }
31-
rand_hash = { version = "0.1.0-rc1", optional = true }
31+
rand_hash = { version = "0.1.0-rc3", optional = true }
3232

3333
# We use this dependency when both `curve-ed25519` and `alloc` features are enabled,
3434
# to provide `generic_ec::multiscalar::Dalek`

0 commit comments

Comments
 (0)