hashes icon indicating copy to clipboard operation
hashes copied to clipboard

k12: Implement KT256

Open sorairolake opened this issue 3 months ago • 0 comments

This implement KT256 as specified in RFC 9861 for the k12 crate.

Also, rename existing types (KangarooTwelve*) to Kt128* (e.g. KangarooTwelveReader to Kt128Reader). This is because the KangarooTwelve instance is specified as the KT128 instance in RFC 9861.^1

[!NOTE] For compatibility reasons, the existing types are defined as deprecated aliases for Kt128*.

sorairolake avatar Nov 06 '25 10:11 sorairolake