# Functions
New256 returns a new hash.Hash computing the BLAKE2b-256 checksum.
New384 returns a new hash.Hash computing the BLAKE2b-384 checksum.
New512 returns a new hash.Hash computing the BLAKE2b-512 checksum.
Sum256 returns the BLAKE2b-256 checksum of the data.
Sum384 returns the BLAKE2b-384 checksum of the data.
Sum512 returns the BLAKE2b-512 checksum of the data.