diff --git a/Cargo.lock b/Cargo.lock index 5c0a7ddd..6b865f36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "blobby" version = "0.4.0-pre.0" -source = "git+https://github.com/RustCrypto/utils#303c9e8e8fd5e08de4719bd6614935bc68c63a55" +source = "git+https://github.com/RustCrypto/utils#8fd37074861e2d8e400a53d68e10ce713944fa65" [[package]] name = "block-buffer" diff --git a/Cargo.toml b/Cargo.toml index 02f3050a..126da613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,5 @@ opt-level = 2 # 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" } diff --git a/aes/tests/data/aes128.blb b/aes/tests/data/aes128.blb index 0accb99e..992beeea 100644 Binary files a/aes/tests/data/aes128.blb and b/aes/tests/data/aes128.blb differ diff --git a/aes/tests/data/aes192.blb b/aes/tests/data/aes192.blb index b5f70fa0..62f35eee 100644 Binary files a/aes/tests/data/aes192.blb and b/aes/tests/data/aes192.blb differ diff --git a/aes/tests/data/aes256.blb b/aes/tests/data/aes256.blb index 2fa2e3ae..83ca1d79 100644 Binary files a/aes/tests/data/aes256.blb and b/aes/tests/data/aes256.blb differ diff --git a/blowfish/tests/data/blowfish.blb b/blowfish/tests/data/blowfish.blb index 51856394..6af7d7ce 100644 Binary files a/blowfish/tests/data/blowfish.blb and b/blowfish/tests/data/blowfish.blb differ diff --git a/blowfish/tests/data/blowfish_le.blb b/blowfish/tests/data/blowfish_le.blb index eea65bd6..2ccc7337 100644 Binary files a/blowfish/tests/data/blowfish_le.blb and b/blowfish/tests/data/blowfish_le.blb differ diff --git a/camellia/tests/data/camellia128.blb b/camellia/tests/data/camellia128.blb index a8e86e59..d93edd53 100644 Binary files a/camellia/tests/data/camellia128.blb and b/camellia/tests/data/camellia128.blb differ diff --git a/camellia/tests/data/camellia192.blb b/camellia/tests/data/camellia192.blb index bc105c97..0a4bc451 100644 Binary files a/camellia/tests/data/camellia192.blb and b/camellia/tests/data/camellia192.blb differ diff --git a/camellia/tests/data/camellia256.blb b/camellia/tests/data/camellia256.blb index f9335442..39b36fea 100644 Binary files a/camellia/tests/data/camellia256.blb and b/camellia/tests/data/camellia256.blb differ diff --git a/cast5/tests/data/cast5.blb b/cast5/tests/data/cast5.blb index 6bb0dc21..b2cb90a2 100644 Binary files a/cast5/tests/data/cast5.blb and b/cast5/tests/data/cast5.blb differ diff --git a/des/tests/data/des.blb b/des/tests/data/des.blb index 37f9b82a..a7b6cda8 100644 Binary files a/des/tests/data/des.blb and b/des/tests/data/des.blb differ diff --git a/des/tests/data/tdes.blb b/des/tests/data/tdes.blb index d9c2389e..04793339 100644 Binary files a/des/tests/data/tdes.blb and b/des/tests/data/tdes.blb differ diff --git a/des/tests/data/tdes2.blb b/des/tests/data/tdes2.blb index c654bf94..3ccaeeb4 100644 Binary files a/des/tests/data/tdes2.blb and b/des/tests/data/tdes2.blb differ diff --git a/idea/tests/data/idea.blb b/idea/tests/data/idea.blb index 232538e1..cac3934b 100644 Binary files a/idea/tests/data/idea.blb and b/idea/tests/data/idea.blb differ diff --git a/serpent/tests/data/serpent128.blb b/serpent/tests/data/serpent128.blb index 8f627922..66a9cad0 100644 Binary files a/serpent/tests/data/serpent128.blb and b/serpent/tests/data/serpent128.blb differ diff --git a/serpent/tests/data/serpent192.blb b/serpent/tests/data/serpent192.blb index 74539881..4cafc86e 100644 Binary files a/serpent/tests/data/serpent192.blb and b/serpent/tests/data/serpent192.blb differ diff --git a/serpent/tests/data/serpent256.blb b/serpent/tests/data/serpent256.blb index ad721ad7..a663ddf6 100644 Binary files a/serpent/tests/data/serpent256.blb and b/serpent/tests/data/serpent256.blb differ