1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-11 09:36:09 +02:00

delete an unused constant

Fixes https://github.com/BLAKE3-team/BLAKE3/issues/152.
This commit is contained in:
Jack O'Connor 2021-02-15 14:20:49 -05:00
parent 8969cdd2f8
commit e2ae3bdd94

View File

@ -14,7 +14,6 @@ extern "C" {
#define BLAKE3_BLOCK_LEN 64
#define BLAKE3_CHUNK_LEN 1024
#define BLAKE3_MAX_DEPTH 54
#define BLAKE3_MAX_SIMD_DEGREE 16
// This struct is a private implementation detail. It has to be here because
// it's part of blake3_hasher below.