Skip to content

Commit d6d4770

Browse files
committed
lms: bump rand_core from 0.6 to 0.9.0
1 parent d6698e0 commit d6d4770

File tree

11 files changed

+417
-59
lines changed

11 files changed

+417
-59
lines changed

Cargo.lock

+2-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ members = [
55
"ecdsa",
66
"ed448",
77
"ed25519",
8-
"lms",
8+
#"lms",
99
#"ml-dsa",
1010
"rfc6979",
1111
"slh-dsa"
1212
]
13-
exclude = ["ml-dsa"] # using rand_core v0.9
13+
# using rand_core v0.9
14+
exclude = [
15+
"lms",
16+
"ml-dsa",
17+
]
1418

1519
[profile.dev]
1620
opt-level = 2
@@ -22,7 +26,7 @@ dsa = { path = "./dsa" }
2226
ecdsa = { path = "./ecdsa" }
2327
ed448-signature = { path = "./ed448" }
2428
ed25519 = { path = "./ed25519" }
25-
lms-signature = { path = "./lms" }
29+
#lms-signature = { path = "./lms" }
2630
#ml-dsa = { path = "./ml-dsa" }
2731
rfc6979 = { path = "./rfc6979" }
2832
slh-dsa = { path = "./slh-dsa" }

0 commit comments

Comments
 (0)