//
pkg.gl
Category
github.com/ThePiachu/Go
mymath
BitSHA
package
0.0.0-20241015200357-f69786ad4933
Repository:
https://github.com/thepiachu/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
309 SLOC
#
Functions
New
New returns a new Hash computing the SHA256 checksum.
New224
New224 returns a new Hash computing the SHA224 checksum.
#
Constants
Size
The size of a SHA256 checksum in bytes.
Size224
The size of a SHA224 checksum in bytes.
#
Interfaces
Hash
Hash is the common interface implemented by all hash functions.
Hash32
Hash32 is the common interface implemented by all 32-bit hash functions.
Hash64
Hash64 is the common interface implemented by all 64-bit hash functions.