]> Sergey Matveev's repositories - meta4ra.git/commitdiff
Missing dots
authorSergey Matveev <stargrave@stargrave.org>
Tue, 12 Nov 2024 14:17:05 +0000 (17:17 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 12 Nov 2024 14:17:05 +0000 (17:17 +0300)
HASHES

diff --git a/HASHES b/HASHES
index 3198147b5f051f56488a22163c66cedd62acfd8b..52445e72cd13c374c8d04f02ce90e58ba547eec7 100644 (file)
--- a/HASHES
+++ b/HASHES
@@ -52,11 +52,11 @@ below in order of preference.
 * sha-512, sha-256
   SHA2 is rather slow, but has widespread availability. 512-bit version
   version runs faster on 64-bit CPUs. However modern CPUs have hardware
-  accelerated SHA2-256, making it slower only than BLAKE3
+  accelerated SHA2-256, making it slower only than BLAKE3.
 * streebog-512, streebog-256
   Russian Federation's government standard for hashing. Both versions
   have identical speed, so 512-bit is preferred.
 * xxh3-128
   XXH3 is not a cryptographically secure hash (that is why it is at the
   very end of the list), but 128-bit output with the speed of RAM makes
-  it also useful for integrity checking
+  it also useful for integrity checking.