Skip to content

Commit

Permalink
docs: add reference to new crate to sha1 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 4, 2024
1 parent b0f19f3 commit 7608c3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sha1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ unsuitable for further use in any security critical capacity, as it is

We provide this crate for legacy interoperability purposes only.

If possible use the [sha1-checked] crate, while slower it provides the ability to
detect potential collisions, as well as generate alternative safe hashes.

## Examples

### One-shot API
Expand Down Expand Up @@ -89,3 +92,4 @@ dual licensed as above, without any additional terms or conditions.
[SHA-1]: https://en.wikipedia.org/wiki/SHA-1
[1]: https://sha-mbles.github.io/
[examples section]: https://github.com/RustCrypto/hashes#Examples
[sha1-checked]: https://crates.io/crates/sha1-checked

0 comments on commit 7608c3b

Please sign in to comment.