From 7b364246a7377fde02c390308e12f6144a520ac5 Mon Sep 17 00:00:00 2001 From: frankw Date: Fri, 24 Jun 2016 19:39:03 +0200 Subject: [PATCH] Initial commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7209c4f --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +BLAKE2b-SSE +=========== + +Pure Go implementation of BLAKE2b using SSE optimizations.