enceve / crypto

The crypto repository contains some additional cryptographic packages for Go
GNU Lesser General Public License v3.0
25 stars 9 forks source link

Performance improvments for blake2b and blake2s #7

Closed enceve closed 8 years ago

enceve commented 8 years ago

The performance of blake2b and blake2s can be improved with SIMD (like ChaCha20). An assembly version with SSE2 probably increases speed about 50 (or more) percent.