//
pkg.gl
Category
github.com/cloudflare/cfssl
scan
crypto
sha256
package
1.6.5
Repository:
https://github.com/cloudflare/cfssl.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
2
Dependents
0
Files
162 SLOC
#
Functions
New
New returns a new hash.Hash computing the SHA256 checksum.
New224
New224 returns a new hash.Hash computing the SHA224 checksum.
Sum224
Sum224 returns the SHA224 checksum of the data.
Sum256
Sum256 returns the SHA256 checksum of the data.
#
Constants
BlockSize
The blocksize of SHA256 and SHA224 in bytes.
Size
The size of a SHA256 checksum in bytes.
Size224
The size of a SHA224 checksum in bytes.