1
0
mirror of https://github.com/fumiama/blake2b-simd.git synced 2026-06-11 05:30:37 +08:00

add commandline tool

This commit is contained in:
源文雨
2022-04-12 19:01:31 +08:00
parent c99573b3b2
commit 4481822068
3 changed files with 88 additions and 4 deletions

View File

@@ -10,6 +10,11 @@ This package was initially based on the pure go [BLAKE2b](https://github.com/dch
In addition to AVX there is also support for AVX2 as well as SSE. Best performance is obtained with AVX2 which gives roughly a **4X** performance increase approaching hashing speeds of **1GB/sec** on a single core.
There is also a commandline tool for blake2b, see `main` folder for more details.
```bash
go run main/main.go
```
Benchmarks
----------