Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crypto_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ hmac = { version = "0.13", optional = true }
# Using 0.3.0-pre for latest API (breaking changes from 0.1.x)
# `getrandom` feature enables system-RNG-based Generate/Encapsulate methods
# avoiding rand_core version mismatches between ecosystem crates
ml-kem = { version = "0.3.0-rc.1", optional = true, features = ["getrandom"] }
ml-kem = { version = "0.3.0-rc.2", optional = true, features = ["getrandom"] }

# Post-Quantum: ML-DSA / Dilithium (FIPS 204) - EXPERIMENTAL
# Using >=0.1.0-rc.5 to fix GHSA-h37v-hp6w-2pp8 (off-by-two in UseHint)
Expand Down
Loading