Dobrý den,
Může mi někdo prosím polopatě vysvětlit, jaký je rozdíl mezi (blake2b, blake2s, blake2bp, blake2sp)
Respektivě kterou verzi používat,? každá verze má svůj vysledný jiný hash.
blake2b je pro 64bit systémy a blake2bp je pro co presně ?
z dokumentace jsem toho moc nepobral
- BLAKE2b (or just BLAKE2) is optimized for 64-bit platforms—including NEON-enabled ARMs—and produces digests of any size between 1 and 64 bytes
- BLAKE2s is optimized for 8- to 32-bit platforms and produces digests of any size between 1 and 32 bytes
- BLAKE2 includes the 4-way parallel BLAKE2bp and 8-way parallel BLAKE2sp designed for increased performance on multicore or SIMD CPUs. BLAKE2 offers these algorithms tuned to your specific requirements, such as keyed hashing (that is, MAC or PRF), hashing with a salt, updatable or incremental tree-hashing, or any combination thereof. These versions are specified in the BLAKE2 document.