From f6a3512276acc3566aa73b351172794754eea66b Mon Sep 17 00:00:00 2001 From: frankw Date: Tue, 28 Jun 2016 10:23:10 +0200 Subject: [PATCH] Update README for repo name change --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 911e7bd..86993a4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -BLAKE2b-SSE -=========== +BLAKE2b-SIMD +============ -Pure Go implementation of BLAKE2b using SSE optimizations. +Pure Go implementation of BLAKE2b using SIMD optimizations. Introduction ------------ @@ -13,4 +13,8 @@ It gives roughly a 3x performance improvement over the non-optimized go version. Benchmarks ---------- - +| Dura | 1 GB | +| ------------- |:-----:| +| blake2b-SIMD | 1.59s | +| blake2b | 4.66s | +