Skip to content

Commit

Permalink
sha1-checked: fix typo in docs (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
hko-s committed May 15, 2024
1 parent 06bc6fa commit 7160035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sha1-checked/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ unsuitable for further use in any security critical capacity, as it is
But, this crate provides the detection [algorithm] pioneered by git, to detect hash collisions when they
occur and prevent them. The [paper] has more details on how this works.

This implementation will be slower to use than the pure SHA-1 implementation, as more work as to be done.
This implementation will be slower to use than the pure SHA-1 implementation, as it has to do more computations and
it can not rely on hardware acceleration available on some CPUs.

## Examples

Expand Down

0 comments on commit 7160035

Please sign in to comment.