From 7160035a83171eff7d65bb5a42086f88c1ad48b1 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer <59601023+hko-s@users.noreply.github.com> Date: Wed, 15 May 2024 16:01:17 +0200 Subject: [PATCH] sha1-checked: fix typo in docs (#583) --- sha1-checked/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sha1-checked/README.md b/sha1-checked/README.md index 32c4bc91..f66e34cf 100644 --- a/sha1-checked/README.md +++ b/sha1-checked/README.md @@ -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