package
0.0.0-20241015200357-f69786ad4933
Repository: https://github.com/thepiachu/go.git
Documentation: pkg.go.dev

# Functions

New returns a new Hash computing the SHA256 checksum.
New224 returns a new Hash computing the SHA224 checksum.

# Constants

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

# Interfaces

Hash is the common interface implemented by all hash functions.
Hash32 is the common interface implemented by all 32-bit hash functions.
Hash64 is the common interface implemented by all 64-bit hash functions.