We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bc6fa commit 7160035Copy full SHA for 7160035
sha1-checked/README.md
@@ -18,7 +18,8 @@ unsuitable for further use in any security critical capacity, as it is
18
But, this crate provides the detection [algorithm] pioneered by git, to detect hash collisions when they
19
occur and prevent them. The [paper] has more details on how this works.
20
21
-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
22
+it can not rely on hardware acceleration available on some CPUs.
23
24
## Examples
25
0 commit comments