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

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 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 block-buffer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2024"
rust-version = "1.85"

[dependencies]
hybrid-array = "0.3"
hybrid-array = "0.4"
zeroize = { version = "1.4", optional = true, default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion block-padding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ categories = ["cryptography", "no-std"]
readme = "README.md"

[dependencies]
hybrid-array = "0.3"
hybrid-array = "0.4"
4 changes: 2 additions & 2 deletions dbl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbl"
version = "0.4.0"
version = "0.5.0-pre"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/dbl"
Expand All @@ -13,4 +13,4 @@ description = """Double operation in Galois Field `GF(2^128)` using the lexicogr
polynomial among the irreducible degree `n` polynomials having a minimum number of coefficients."""

[dependencies]
hybrid-array = "0.3"
hybrid-array = "0.4"
2 changes: 1 addition & 1 deletion inout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"

[dependencies]
block-padding = { version = "0.4.0-rc.3", path = "../block-padding", optional = true }
hybrid-array = "0.3"
hybrid-array = "0.4"

[package.metadata.docs.rs]
all-features = true
Loading