Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Aumasson <jeanphilippe.aumasson@gmail.com>2015-10-19 17:50:33 +0300
committerJP Aumasson <jeanphilippe.aumasson@gmail.com>2015-10-19 17:50:33 +0300
commit56fe64a06cc288bfa10a1fef04219d1b46de09f6 (patch)
tree893f15170a9cce370964f4d0e14cdbb8ef5b7d82 /README.md
parent5d780a82765557fbbdddb5558cb356bd015a2bed (diff)
typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b180fb7..ca38497 100644
--- 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.