import "cuelang.org/go/pkg/crypto/sha256"
const BlockSize = 64
The blocksize of SHA256 and SHA224 in bytes.
const Size = 32
The size of a SHA256 checksum in bytes.
const Size224 = 28
The size of a SHA224 checksum in bytes.
Sum224 returns the SHA224 checksum of the data.
Sum256 returns the SHA256 checksum of the data.
Package sha256 imports 3 packages (graph) and is imported by 2 packages. Updated 2021-01-25. Refresh now. Tools for package owners.