package
0.0.0-20170712143038-00c23bbb201a
Repository: https://github.com/zobo/go-crypto.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.
Sum192 returns the BLAKE2b-192 checksum of the data.
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.