shithub: blake2

Download patch

ref: d4615d847376dfdd2243d92de9592bdaecc1c5e6
parent: 8c6526f992396561ec92498a0a7f835877e0e946
author: Samuel Neves <sneves@dei.uc.pt>
date: Tue Jun 30 19:41:43 EDT 2020

update README.md

--- a/README.md
+++ b/README.md
@@ -9,6 +9,10 @@
   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/`
--