ref: 56fe64a06cc288bfa10a1fef04219d1b46de09f6
parent: 5d780a82765557fbbdddb5558cb356bd015a2bed
author: JP Aumasson <jeanphilippe.aumasson@gmail.com>
date: Mon Oct 19 12:50:33 EDT 2015
typos
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@
This is the reference source code package of BLAKE2, which includes
-* `ref/`: C implementations of BLAKE2b, BLAKE2Bp, BLAKE2s, BLAKE2Sp,
+* `ref/`: C implementations of BLAKE2b, BLAKE2bp, BLAKE2s, BLAKE2sp,
aimed at portability and simplicity.
-* `sse/`: C implementations of BLAKE2b, BLAKE2Bp, BLAKE2s, BLAKE2Sp,
+* `sse/`: C implementations of BLAKE2b, BLAKE2bp, BLAKE2s, BLAKE2sp,
optimized for speed on CPUs supporting SSE2, SSSE3, SSE4.1, AVX, or
XOP.
--
⑨