diff options
| author | Jack O'Connor <[email protected]> | 2021-02-15 14:20:49 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2021-02-15 14:24:37 -0500 |
| commit | e2ae3bdd940b4c9778adc4a300514104fac44aa1 (patch) | |
| tree | 7b49b1cb524f73ab222d5bea50e419e5b5c78d4c | |
| parent | 8969cdd2f8cdd033fed9acc80a83e9be1998f3d6 (diff) | |
delete an unused constant
Fixes https://github.com/BLAKE3-team/BLAKE3/issues/152.
| -rw-r--r-- | c/blake3.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |
