blob: 223324e9ec8382677c2d449d300e2d0b1e63c26b (
plain)
1
2
3
4
5
6
7
|
## BLAKE2
BLAKE2 is a cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as the
latest standard SHA-3.
## BLAKE2s
BLAKE2s is optimized for 8 to 32-bit platforms and produces digests of any size between 1 and 32 bytes.
|