Welcome to little lamb

Code » test-hashes » master » tree

[master] / meta / desc

Benchmark some hashing algorithms: SHA1, SHA256, SHA3, BLAKE2s, BLAKE3

Benchmark some hashing algorithms: SHA1, SHA256, SHA3, BLAKE2s, BLAKE3

Different implementations are used for some hashes :

- SHA3    : from limb, nettle, libkeccak-tiny/TOR
- BLAKE3  : from limb, official implementation (different flavors: regular
            (i.e. with asm 64bit-only optimizations) without optimizations, and
            with C intrinsics optimizations)