blob: 92db1e0cd4338e809945612a85b7e223898c4a8b (
plain)
1
2
3
4
5
|
The cryptographic hash function BLAKE2 is an improved version of
the SHA-3 finalist BLAKE. BLAKE2 offers the highest security, yet is
fast as MD5 on 64-bit platforms and requires less RAM.
This script builds the b2sum binary.
|