diff options
| author | wyrapeseed <[email protected]> | 2025-10-23 00:20:51 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-22 09:20:51 -0700 |
| commit | 8bec2fbebfb4719d04d4f3bc3155afe8fa0b2818 (patch) | |
| tree | b6d305d8e9b8a5998023d7671f465915b99ff3d7 /c | |
| parent | e0b1d91410fd0a344beda6ee0e6f1972ad04be08 (diff) | |
chore: make some documents clearer (#528)
Diffstat (limited to 'c')
| -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; |
