openssl/openssl

Implement RFC 9861 KangarooTwelve and TurboSHAKE

Open

#30 304 ouverte le 8 mars 2026

Voir sur GitHub
 (11 commentaires) (0 réactions) (0 assignés)C (11 262 forks)batch import
help wantedtriaged: feature

Métriques du dépôt

Stars
 (30 157 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur