diff options
Diffstat (limited to 'c/blake3.h')
| -rw-r--r-- | c/blake3.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ extern "C" { #define BLAKE3_MAX_DEPTH 54 // This struct is a private implementation detail. It has to be here because -// it's part of blake3_hasher below. +// it's part of the blake3_hasher structure defined below. typedef struct { uint32_t cv[8]; uint64_t chunk_counter; |
