package
0.0.0-20191201205449-f379a713d0c2
Repository: https://github.com/rjected/lit.git
Documentation: pkg.go.dev

# Functions

MidState256 returns the internal hashing state after hashing the first chunk (BlockSize) of the data.
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.