Skip to content

Commit d8fb19f

Browse files
authored
Bump cipher to v0.5.0-rc.1 (#85)
Notably this includes hybrid-array v0.4 support
1 parent 044d101 commit d8fb19f

File tree

11 files changed

+33
-36
lines changed

11 files changed

+33
-36
lines changed

Cargo.lock

Lines changed: 15 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,3 @@ members = [
1414

1515
[profile.dev]
1616
opt-level = 2
17-
18-
[patch.crates-io]
19-
# https://github.com/RustCrypto/utils/pull/1208
20-
block-buffer = { git = "https://github.com/RustCrypto/utils" }
21-
# https://github.com/RustCrypto/traits/pull/1976
22-
cipher = { git = "https://github.com/RustCrypto/traits" }
23-
# https://github.com/RustCrypto/utils/pull/1208
24-
inout = { git = "https://github.com/RustCrypto/utils" }

belt-ctr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers", "belt"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = { version = "0.5.0-rc.0", features = ["stream-wrapper"] }
16+
cipher = { version = "0.5.0-rc.1", features = ["stream-wrapper"] }
1717
belt-block = "0.2.0-rc.0"
1818

1919
[dev-dependencies]
2020
hex-literal = "1"
2121
belt-block = "0.2.0-rc.0"
22-
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
22+
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
2323

2424
[features]
2525
alloc = ["cipher/alloc"]

cbc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "ciphers"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "0.5.0-rc.0"
16+
cipher = "0.5.0-rc.1"
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.0"
20-
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
20+
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
2121
hex-literal = "1"
2222

2323
[features]

cfb-mode/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "0.5.0-rc.0"
16+
cipher = "0.5.0-rc.1"
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.0"
2020
belt-block = "0.2.0-rc.0"
21-
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
21+
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
2222
hex-literal = "1"
2323

2424
[features]

cfb8/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "0.5.0-rc.0"
16+
cipher = "0.5.0-rc.1"
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.0"
20-
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
20+
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
2121
hex-literal = "1"
2222

2323
[features]

ctr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = { version = "0.5.0-rc.0", features = ["stream-wrapper"] }
16+
cipher = { version = "0.5.0-rc.1", features = ["stream-wrapper"] }
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.0"
2020
magma = "0.10.0-rc.0"
2121
kuznyechik = "0.9.0-rc.0"
22-
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
22+
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
2323
hex-literal = "1"
2424

2525
[features]

cts/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ keywords = ["crypto", "block-mode", "ciphers"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "0.5.0-rc.0"
16+
cipher = "0.5.0-rc.1"
1717

1818
[dev-dependencies]
19-
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
19+
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
2020
hex-literal = "1"
2121
aes = "0.9.0-rc.0"
2222
belt-block = "0.2.0-rc.0"

ige/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "ciphers"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = "0.5.0-rc.0"
16+
cipher = "0.5.0-rc.1"
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.0"
20-
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
20+
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
2121
hex-literal = "1"
2222

2323
[features]

ofb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ keywords = ["crypto", "block-mode", "stream-cipher", "ciphers"]
1313
categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
16-
cipher = { version = "0.5.0-rc.0", features = ["stream-wrapper"] }
16+
cipher = { version = "0.5.0-rc.1", features = ["stream-wrapper"] }
1717

1818
[dev-dependencies]
1919
aes = "0.9.0-rc.0"
20-
cipher = { version = "0.5.0-rc.0", features = ["dev"] }
20+
cipher = { version = "0.5.0-rc.1", features = ["dev"] }
2121
hex-literal = "1"
2222

2323
[features]

0 commit comments

Comments
 (0)