ed25519: remove rand_core dev-dependency (#1325)

It's out-of-date and seemingly unused, possibly tied to the interop
documentation which is currently disabled, but we can cross that bridge
when we get there
This commit is contained in:
Tony Arcieri
2026-05-03 09:54:22 -06:00
committed by GitHub
parent 3c97f39a05
commit 01e41793c3
2 changed files with 0 additions and 2 deletions
Generated
-1
View File
@@ -477,7 +477,6 @@ version = "3.0.0-rc.5"
dependencies = [
"hex-literal",
"pkcs8",
"rand_core 0.9.5",
"serdect",
"signature 3.0.0",
"zerocopy",
-1
View File
@@ -30,7 +30,6 @@ zerocopy = { version = "0.8", optional = true, features = ["derive"] }
#ed25519-dalek = { version = "2", features = ["rand_core"] }
hex-literal = "1"
#ring-compat = { version = "0.8", default-features = false, features = ["signature"] }
rand_core = { version = "0.9", features = ["std"] }
[features]
default = ["alloc"]