Skip to content

Commit 92f921c

Browse files
tarcieribaloo
authored andcommitted
Migrate to AeadInOut
Replaces the previous `AeadInPlaceDetached` impls with `AeadInOut`, which was introduced in RustCrypto/traits#1793
1 parent 5ec491e commit 92f921c

File tree

23 files changed

+173
-392
lines changed

23 files changed

+173
-392
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ members = [
44
"aes-gcm",
55
"aes-gcm-siv",
66
"aes-siv",
7-
"ascon-aead128",
8-
"belt-dwp",
9-
"ccm",
10-
"chacha20poly1305",
11-
"deoxys",
12-
"eax",
13-
"ocb3",
7+
#"ascon-aead128",
8+
#"belt-dwp",
9+
#"ccm",
10+
#"chacha20poly1305",
11+
#"deoxys",
12+
#"eax",
13+
#"ocb3",
1414
"xaes-256-gcm",
1515
]
1616
resolver = "2"
@@ -30,4 +30,4 @@ ghash = { git = "https://github.com/RustCrypto/universal-hashes.git" }
3030

3131
pmac = { git = "https://github.com/RustCrypto/MACs.git" }
3232

33-
belt-ctr = { git = "https://github.com/RustCrypto/block-modes.git" }
33+
belt-ctr = { git = "https://github.com/RustCrypto/block-modes.git" }

0 commit comments

Comments
 (0)