package
0.0.0-20201025151115-27e67ee9d143
Repository: https://github.com/studyzy/crypto.git
Documentation: pkg.go.dev

# Functions

New returns a new hash.Hash computing the SHA256 checksum.
New224 returns a new hash.Hash computing the SHA224 checksum.
Sum224 returns the SHA224 checksum of the data.
Sum256 returns the SHA256 checksum of the data.

# Constants

The blocksize of SHA256 and SHA224 in bytes.
The size of a SHA256 checksum in bytes.
The size of a SHA224 checksum in bytes.