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:
authorSamuel Neves <sneves@dei.uc.pt>2020-07-01 01:41:43 +0300
committerSamuel Neves <sneves@dei.uc.pt>2020-07-01 01:41:43 +0300
commitd4615d847376dfdd2243d92de9592bdaecc1c5e6 (patch)
tree5d1cfcb82f7754923c31b182eaa0cf491ea7191d
parent8c6526f992396561ec92498a0a7f835877e0e946 (diff)
update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2190bca..821d256 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,10 @@ This is the reference source code package of BLAKE2, which includes
optimized for speed on CPUs supporting SSE2, SSSE3, SSE4.1, AVX, or
XOP.
+* `neon/`: Implementations of BLAKE2{s,b} using the NEON/ASIMD ARM instruction set.
+
+* `power8/`: Implementations of BLAKE2{s,b} for POWER8, using the VSX and Altivec extensions.
+
* `csharp/`: C# implementation of BLAKE2b.
* `b2sum/`: Command line utility to hash files, based on the `sse/`