Generate BLAKE1-512 hashes - the 512-bit SHA-3 finalist, rare legacy hash superseded by BLAKE2b.
BLAKE1-512 is a 512-bit hash function from the original BLAKE family, a SHA-3 finalist using 64-bit words and 16 rounds with optional salt parameter. It is rarely used today, superseded by BLAKE2b and BLAKE3.
BLAKE1 is superseded by BLAKE2 and BLAKE3. For new 512-bit hashing, use BLAKE2b or BLAKE3. BLAKE1 should only be used for legacy compatibility.