Skip to content

Commit

Permalink
bump cipher to 0.5.0-pre.4
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 5, 2024
1 parent 7c22a35 commit 7e8d1ef
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 32 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

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

15 changes: 5 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ members = [
]

[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" }

# Unreleased, but merged:
# - https://github.com/RustCrypto/traits/pull/1511
# - https://github.com/RustCrypto/traits/pull/1512
cipher = { git = "https://github.com/RustCrypto/traits.git" }
# https://github.com/RustCrypto/block-ciphers/pull/413
aes = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" }
belt-block = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" }
kuznyechik = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" }
magma = { git = "https://github.com/baloo/block-ciphers.git", branch = "baloo/bump-cipher/0.5.0-pre.4" }
4 changes: 2 additions & 2 deletions belt-ctr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers", "belt"]
categories = ["cryptography", "no-std"]

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

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

[features]
alloc = ["cipher/alloc"]
Expand Down
4 changes: 2 additions & 2 deletions cbc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "ciphers"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.5.0-pre.3"
cipher = "=0.5.0-pre.4"

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

[features]
Expand Down
4 changes: 2 additions & 2 deletions cfb-mode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.5.0-pre.3"
cipher = "=0.5.0-pre.4"

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

[features]
Expand Down
4 changes: 2 additions & 2 deletions cfb8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.5.0-pre.3"
cipher = "=0.5.0-pre.4"

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

[features]
Expand Down
4 changes: 2 additions & 2 deletions ctr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.5.0-pre.3"
cipher = "=0.5.0-pre.4"

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

[features]
Expand Down
4 changes: 2 additions & 2 deletions ige/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "ciphers"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.5.0-pre.3"
cipher = "=0.5.0-pre.4"

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

[features]
Expand Down
4 changes: 2 additions & 2 deletions ofb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.5.0-pre.3"
cipher = "=0.5.0-pre.4"

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

[features]
Expand Down
4 changes: 2 additions & 2 deletions pcbc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "ciphers"]
categories = ["cryptography", "no-std"]

[dependencies]
cipher = "=0.5.0-pre.3"
cipher = "=0.5.0-pre.4"

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

[features]
Expand Down

0 comments on commit 7e8d1ef

Please sign in to comment.