Skip to content

Commit 2812bb7

Browse files
authored
Migrate to the new blobby format (#90)
1 parent 49e0937 commit 2812bb7

20 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ opt-level = 2
1919
# https://github.com/RustCrypto/traits/pull/1998
2020
cipher = { git = "https://github.com/RustCrypto/traits" }
2121
# https://github.com/RustCrypto/utils/pull/1187
22+
# https://github.com/RustCrypto/utils/pull/1207
2223
blobby = { git = "https://github.com/RustCrypto/utils" }

belt-ctr/tests/data/belt-ctr.blb

1 Byte
Binary file not shown.

cbc/tests/data/aes128.blb

1 Byte
Binary file not shown.

cbc/tests/data/aes192.blb

1 Byte
Binary file not shown.

cbc/tests/data/aes256.blb

1 Byte
Binary file not shown.

cfb-mode/tests/data/aes128.blb

1 Byte
Binary file not shown.

cfb-mode/tests/data/aes192.blb

1 Byte
Binary file not shown.

cfb-mode/tests/data/aes256.blb

1 Byte
Binary file not shown.

cfb-mode/tests/data/belt.blb

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)