package
1.8.0
Repository: https://github.com/lvshen/mqant.git
Documentation: pkg.go.dev

# 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.

# Constants

The blocksize of BLAKE2b in bytes.
The hash size of BLAKE2b-512 in bytes.
The hash size of BLAKE2b-256 in bytes.
The hash size of BLAKE2b-384 in bytes.