Skip to content

Commit 77f8f5e

Browse files
committed
Migrate to the new blobby format
1 parent aaf90a7 commit 77f8f5e

File tree

81 files changed

+12
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+12
-11
lines changed

Cargo.lock

Lines changed: 10 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ sha3 = { path = "sha3" }
3535
whirlpool = { path = "whirlpool" }
3636

3737
# https://github.com/RustCrypto/utils/pull/1187
38-
blobby = { git = "https://github.com/RustCrypto/utils" }
38+
# https://github.com/RustCrypto/utils/pull/1207
39+
blobby = { git = "https://github.com/RustCrypto/utils", branch = "blobby/tweak_format" }
3940
# https://github.com/RustCrypto/traits/pull/1916
4041
# https://github.com/RustCrypto/traits/pull/1953
4142
# https://github.com/RustCrypto/traits/pull/1958
1 Byte
Binary file not shown.

blake2/tests/data/blake2b_kat.blb

1 Byte
Binary file not shown.

blake2/tests/data/blake2b_mac_kat.blb

2 Bytes
Binary file not shown.
1 Byte
Binary file not shown.

blake2/tests/data/blake2s_mac_kat.blb

2 Bytes
Binary file not shown.
1 Byte
Binary file not shown.

fsb/tests/data/fsb160_kat.blb

1 Byte
Binary file not shown.

fsb/tests/data/fsb224_kat.blb

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)