diff options
| author | Jack O'Connor <[email protected]> | 2022-01-25 11:51:17 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2022-01-25 12:02:56 -0500 |
| commit | 4e84c8c7ae3da71d3aff5ba54d8ffa39a9b90fa0 (patch) | |
| tree | 9ed4e731da003753df07940d83f0af47b0bf87ee /c/blake3.h | |
| parent | 15447749ef8086c1e7124e682cf1edffdb7bf217 (diff) | |
version 1.3.11.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`.
Diffstat (limited to 'c/blake3.h')
| -rw-r--r-- | c/blake3.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ extern "C" { #endif -#define BLAKE3_VERSION_STRING "1.3.0" +#define BLAKE3_VERSION_STRING "1.3.1" #define BLAKE3_KEY_LEN 32 #define BLAKE3_OUT_LEN 32 #define BLAKE3_BLOCK_LEN 64 |
