minio / blake2b-simd

Fast hashing using pure Go implementation of BLAKE2b with SIMD instructions
Apache License 2.0
254 stars 31 forks source link

Enhancement: Add Blake2x implementation #31

Closed Scratch-net closed 6 years ago

Scratch-net commented 6 years ago

The official Go library has one but it does not fit with blake2b-simd, needs some fixing

aead commented 6 years ago

@Scratch-net We have switched to the "offical" blake2b

harshavardhana commented 6 years ago

Closing this..