diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-09-05 15:55:19 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-09-05 15:55:19 -0400 |
commit | 279fca90f7b220900195d48943484cffe4ed565c (patch) | |
tree | 808b6fe2722fcb9609bb6a29bf89004a52b97d8c | |
parent | d6fc39d5738c65671280dedf69f107054ebdc3aa (diff) | |
download | sha3-279fca90f7b220900195d48943484cffe4ed565c.tar.bz2 sha3-279fca90f7b220900195d48943484cffe4ed565c.zip |
sha3.[hc]: s/TurboHash/TurboSHAKE/
-rw-r--r-- | sha3.c | 2 | ||||
-rw-r--r-- | sha3.h | 2 |
2 files changed, 2 insertions, 2 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 @@ -25,7 +25,7 @@ * - TupleHash256 and TupleHash256-XOF * - ParallelHash128 and ParallelHash128-XOF * - ParallelHash256 and ParallelHash256-XOF - * - TurboHash128 and TurboHash256 + * - TurboSHAKE128 and TurboSHAKE256 */ #ifndef SHA3_H |