diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | sha3.c | 1 | ||||
-rw-r--r-- | sha3.h | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,7 @@ * ParallelHash128 and ParallelHash128-XOF * ParallelHash256 and ParallelHash256-XOF * TurboSHAKE128 and TurboSHAKE256 +* KangarooTwelve Use `make` to build a minimal test application, and `make test` to run the test suite. @@ -26,6 +26,7 @@ * - ParallelHash128 and ParallelHash128-XOF * - ParallelHash256 and ParallelHash256-XOF * - TurboSHAKE128 and TurboSHAKE256 + * - KangarooTwelve */ #include <stdbool.h> // true, false @@ -26,6 +26,7 @@ * - ParallelHash128 and ParallelHash128-XOF * - ParallelHash256 and ParallelHash256-XOF * - TurboSHAKE128 and TurboSHAKE256 + * - KangarooTwelve */ #ifndef SHA3_H |