Skip to content

Commit

Permalink
Use new version of hybrid-array
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Dec 8, 2024
1 parent f2d051d commit 81b8ad1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
27 changes: 10 additions & 17 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions ml-dsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ zeroize = ["dep:zeroize"]
rand_core = ["signature/rand_core"]

[dependencies]
# TODO reset to something like: { version = "0.2.0-rc.9", features = ["extra-sizes"] }
hybrid-array = { path = "../../hybrid-array/", features = ["extra-sizes"]}
hybrid-array = { version = "0.2.3", features = ["extra-sizes"]}
num-traits = "0.2.19"
rand = "0.8.5"
sha3 = "0.10.8"
Expand Down

0 comments on commit 81b8ad1

Please sign in to comment.