-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Implement RFC 9861 KangarooTwelve and TurboSHAKE #30304
Copy link
Copy link
Open
Labels
Description
https://www.rfc-editor.org/rfc/rfc9861.html
This document defines four eXtendable-Output Functions (XOFs), hash functions with output of arbitrary length, named TurboSHAKE128, TurboSHAKE256, KT128, and KT256.
All four functions provide efficient and secure hashing primitives, and the last two are able to exploit the parallelism of the implementation in a scalable way.
This document is a product of the Crypto Forum Research Group. It builds up on the definitions of the permutations and of the sponge construction in NIST FIPS 202 and is meant to serve as a stable reference and an implementation guide.
Reactions are currently unavailable