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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions Cargo.lock

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

7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,3 @@ members = [

[profile.dev]
opt-level = 2

[patch.crates-io]
# https://github.com/RustCrypto/traits/pull/1998
cipher = { git = "https://github.com/RustCrypto/traits" }
# https://github.com/RustCrypto/utils/pull/1187
# https://github.com/RustCrypto/utils/pull/1207
blobby = { git = "https://github.com/RustCrypto/utils" }
8 changes: 3 additions & 5 deletions aes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ categories = ["cryptography", "no-std"]

[dependencies]
cfg-if = "1"
cipher = "0.5.0-rc.1"
zeroize = { version = "1.5.6", optional = true, default-features = false, features = [
"aarch64",
] }
cipher = "0.5.0-rc.2"
zeroize = { version = "1.5.6", optional = true, default-features = false, features = ["aarch64"] }

[target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies]
cpufeatures = "0.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

[features]
Expand Down
4 changes: 2 additions & 2 deletions belt-block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ repository = "https://github.com/RustCrypto/block-ciphers"
keywords = ["crypto", "belt-block", "belt", "stb"]

[dependencies]
cipher = { version = "0.5.0-rc.1", optional = true }
cipher = { version = "0.5.0-rc.2", optional = true }

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"
byteorder = { version = "1.1", default-features = false }

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }

[features]
bcrypt = []
Expand Down
4 changes: 2 additions & 2 deletions camellia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ categories = ["cryptography", "no-std"]

[dependencies]
byteorder = { version = "1.1", default-features = false }
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"
cfg-if = "1"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }

[features]
zeroize = ["cipher/zeroize"]
Expand Down
4 changes: 2 additions & 2 deletions rc5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ keywords = ["crypto", "rc5", "block-cipher"]
categories = ["cryptography"]

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = { version = "0.5.0-rc.1", features = ["zeroize"] }
cipher = { version = "0.5.0-rc.2", features = ["zeroize"] }

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = { version = "0.5.0-rc.1", optional = true }
cipher = { version = "0.5.0-rc.2", optional = true }
zeroize = { version = "1.6", optional = true, default-features = false }

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }
hex-literal = "1"

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

[dependencies]
cipher = "0.5.0-rc.1"
cipher = "0.5.0-rc.2"

[dev-dependencies]
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
cipher = { version = "0.5.0-rc.2", features = ["dev"] }

[features]
zeroize = ["cipher/zeroize"]
Expand Down