From 279fca90f7b220900195d48943484cffe4ed565c Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 5 Sep 2023 15:55:19 -0400 Subject: sha3.[hc]: s/TurboHash/TurboSHAKE/ --- sha3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sha3.c') 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 // true, false -- cgit v1.2.3