aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2021-02-15 14:20:49 -0500
committerJack O'Connor <[email protected]>2021-02-15 14:24:37 -0500
commite2ae3bdd940b4c9778adc4a300514104fac44aa1 (patch)
tree7b49b1cb524f73ab222d5bea50e419e5b5c78d4c
parent8969cdd2f8cdd033fed9acc80a83e9be1998f3d6 (diff)
delete an unused constant
Fixes https://github.com/BLAKE3-team/BLAKE3/issues/152.
-rw-r--r--c/blake3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/blake3.h b/c/blake3.h
index 94ebc5f..0fd31da 100644
--- a/c/blake3.h
+++ b/c/blake3.h
@@ -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.