Skip to content

Commit

Permalink
ml-kem: bump hybrid-array to v0.2 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Oct 21, 2024
1 parent 62aea02 commit 7f490c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 ml-kem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ zeroize = ["dep:zeroize"]

[dependencies]
kem = "0.3.0-pre.0"
hybrid-array = { version = "0.2.0-rc.9", features = ["extra-sizes"] }
hybrid-array = { version = "0.2", features = ["extra-sizes"] }
rand_core = "0.6.4"
sha3 = { version = "0.10.8", default-features = false }
zeroize = { version = "1.8.1", optional = true, default-features = false }
Expand Down

0 comments on commit 7f490c6

Please sign in to comment.