Skip to content

Commit

Permalink
Bump block-ciphers to pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 20, 2024
1 parent 77d598f commit b1999c8
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 85 deletions.
95 changes: 22 additions & 73 deletions Cargo.lock

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

10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ members = [
"ofb",
"pcbc",
]

[patch.crates-io]
# https://github.com/RustCrypto/block-ciphers/pull/411
aes = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.3" }
belt-block = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.3" }
kuznyechik = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.3" }
magma = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.3" }

# https://github.com/RustCrypto/traits/pull/1512
cipher = { git = "https://github.com/baloo/traits.git", branch = "baloo/cipher/block_bench" }
4 changes: 2 additions & 2 deletions belt-ctr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.5.0-pre.3"
belt-block = "0.1"
belt-block = "=0.2.0-pre"

[dev-dependencies]
hex-literal = "0.4"
belt-block = "0.1"
belt-block = "=0.2.0-pre"
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion cbc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.3"

[dev-dependencies]
aes = "0.8"
aes = "=0.9.0-pre"
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }
hex-literal = "0.3.3"

Expand Down
4 changes: 2 additions & 2 deletions cfb-mode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.3"

[dev-dependencies]
aes = "0.8"
belt-block = "0.1"
aes = "=0.9.0-pre"
belt-block = "=0.2.0-pre"
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }
hex-literal = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion cfb8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.3"

[dev-dependencies]
aes = "0.8"
aes = "=0.9.0-pre"
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }
hex-literal = "0.3"

Expand Down
6 changes: 3 additions & 3 deletions ctr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.3"

[dev-dependencies]
aes = "0.8"
magma = "0.9"
kuznyechik = "0.8"
aes = "=0.9.0-pre"
magma = "=0.10.0-pre"
kuznyechik = "=0.9.0-pre"
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }
hex-literal = "0.3.3"

Expand Down
2 changes: 1 addition & 1 deletion ige/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.3"

[dev-dependencies]
aes = "0.8"
aes = "=0.9.0-pre"
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }
hex-literal = "0.3.3"

Expand Down
2 changes: 1 addition & 1 deletion ofb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.3"

[dev-dependencies]
aes = "0.8"
aes = "=0.9.0-pre"
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }
hex-literal = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion pcbc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"]
cipher = "=0.5.0-pre.3"

[dev-dependencies]
aes = "0.8"
aes = "=0.9.0-pre"
cipher = { version = "=0.5.0-pre.3", features = ["dev"] }
hex-literal = "0.3.3"

Expand Down

0 comments on commit b1999c8

Please sign in to comment.