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

6 Commits

Author SHA1 Message Date
源文雨
4481822068 add commandline tool 2022-04-12 19:01:31 +08:00
源文雨
c99573b3b2 adapt go1.17 2022-04-12 17:23:18 +08:00
Harshavardhana
3a46db1cb4 Detect SSE automatically and enable corresponding optimized code path.
With this change, following happens.

```
if sse {
   compressSSE()
   return
}
compressGeneric()
```

compressGeneric is used as a fallback when SSE is not detected.
2016-06-28 02:51:14 -07:00
frankw
1953a0fe1e Removed functionality/code for comparing (during dev) to reference code 2016-06-28 10:01:56 +02:00
frankw
8bc3dcee2c Skeleton for assembly and test function 2016-06-24 21:48:51 +02:00
frankw
d94e7b9050 Import from github.com/dchest/blake2b 2016-06-24 20:06:29 +02:00