| Operation | crypto_hash | |
|---|---|---|
| Primitive | bblake256 | |
| Description | BBLAKE-256: BLAKE-256(BLAKE-256(0,m0,m2,m4,...),BLAKE-256(1,m1,m3,m5,...)) where m0,m1,m2,... are 64-byte blocks | |
| Designers |
BLAKE-256: see crypto_hash/blake256 Mindless 2-way tree mode: Daniel J. Bernstein | |
| Implementations | bswap |
based on: regs |
| regs |
based on: blake256/regs tree mode: Daniel J. Bernstein | |
| sandy |
based on: bswap | |
| sse2 |
based on: blake256/sse2 tree mode: Daniel J. Bernstein | |
| ssse3 |
based on: bblake256/sse2, blake256/ssse3 |