Skip to content

Commit

Permalink
Add cSHAKE in README (#660)
Browse files Browse the repository at this point in the history
Explicit that cSHAKE is supported in the README.
  • Loading branch information
sylvainpelissier authored Mar 3, 2025
1 parent c36b893 commit d6f8878
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sha3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ There are 6 standard algorithms specified in the SHA-3 standard:
* `Keccak224`, `Keccak256`, `Keccak384`, `Keccak512` (NIST submission
without padding changes)

This crates supports `cSHAKE128` and `cSHAKE256`, the customizable XOFs as defined in the NIST [SHA-3 Derived Functions].

This crates additionally supports the `TurboSHAKE` XOF variant.

## Examples
Expand Down Expand Up @@ -91,5 +93,6 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (general links)

[SHA-3]: https://en.wikipedia.org/wiki/SHA-3
[examples section]: https://github.com/RustCrypto/hashes#Examples
[SHA-3]: https://en.wikipedia.org/wiki/SHA-3
[SHA-3 Derived Functions]: https://csrc.nist.gov/pubs/sp/800/185/final

0 comments on commit d6f8878

Please sign in to comment.