1
0
mirror of https://github.com/fumiama/blake2b-simd.git synced 2026-06-12 14:10:52 +08:00

Update README for repo name change

This commit is contained in:
frankw
2016-06-28 10:23:10 +02:00
parent 1953a0fe1e
commit f6a3512276

View File

@@ -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
----------
<TO BE DONE>
| Dura | 1 GB |
| ------------- |:-----:|
| blake2b-SIMD | 1.59s |
| blake2b | 4.66s |