summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sha3.c2
-rw-r--r--sha3.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sha3.c b/sha3.c
index 1572cc5..8dbc60b 100644
--- a/sha3.c
+++ b/sha3.c
@@ -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
diff --git a/sha3.h b/sha3.h
index 35c4b67..4615056 100644
--- a/sha3.h
+++ b/sha3.h
@@ -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