Skip to content

Commit 7160035

Browse files
authored
sha1-checked: fix typo in docs (#583)
1 parent 06bc6fa commit 7160035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sha1-checked/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ unsuitable for further use in any security critical capacity, as it is
1818
But, this crate provides the detection [algorithm] pioneered by git, to detect hash collisions when they
1919
occur and prevent them. The [paper] has more details on how this works.
2020

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

2324
## Examples
2425

0 commit comments

Comments
 (0)