Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
version 1.3.1
Changes since 1.3.0: - The unstable `traits-preview` feature now includes an implementation of `crypto_common::BlockSizeUser`, AKA `digest::core_api::BlockSizeUser`. This allows `blake3::Hasher` to be used with `hmac::SimpleHmac`.
- Loading branch information
Showing
with
40 additions
and 85 deletions.
- +1 −1 Cargo.toml
- +35 −80 b3sum/Cargo.lock
- +1 −1 b3sum/Cargo.toml
- +2 −2 b3sum/README.md
- +1 −1 c/blake3.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -8,7 +8,7 @@ | ||
| extern "C" { | ||
| #endif | ||
|
|
||
| #define BLAKE3_VERSION_STRING "1.3.1" | ||
| #define BLAKE3_KEY_LEN 32 | ||
| #define BLAKE3_OUT_LEN 32 | ||
| #define BLAKE3_BLOCK_LEN 64 | ||