Skip to content

Commit 89b2f75

Browse files
authored
Add reference to RustCrypto/XOFs to the root README (#873)
1 parent 2b33f7b commit 89b2f75

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Usage examples are provided in `digest` and hash implementation crate docs.
1111
Additionally all crates do not require the standard library (i.e. `no_std` capable) and can be
1212
easily used for bare-metal or WebAssembly programming by disabling default crate features.
1313

14+
For a collection of [extendable output functions (XOFs)][XOF], refer to the [RustCrypto/XOFs] repository.
15+
1416
## Supported Algorithms
1517

1618
**Note:** For new applications, or where compatibility with other existing standards is not a primary concern, we strongly recommend to use either [BLAKE3][`blake3`], SHA-2 or SHA-3.
@@ -116,6 +118,8 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
116118
[//]: # (footnotes)
117119

118120
[1]: https://en.wikipedia.org/wiki/Cryptographic_hash_function
121+
[XOF]: https://en.wikipedia.org/wiki/Extendable-output_function
122+
[RustCrypto/XOFs]: https://github.com/RustCrypto/XOFs
119123
[`blake3`]: https://github.com/BLAKE3-team/BLAKE3
120124
[`digest`]: https://docs.rs/digest
121125

0 commit comments

Comments
 (0)