diff options
Diffstat (limited to 'sha3.c')
-rw-r--r-- | sha3.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ * - TupleHash256 and TupleHash256-XOF * - ParallelHash128 and ParallelHash128-XOF * - ParallelHash256 and ParallelHash256-XOF - * - TurboHash128 and TurboHash256 + * - TurboSHAKE128 and TurboSHAKE256 */ #include <stdbool.h> // true, false |