package sha256
import "cuelang.org/go/pkg/crypto/sha256"
Index ¶
Constants ¶
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.
Functions ¶
func Sum224 ¶
Sum224 returns the SHA224 checksum of the data.
func Sum256 ¶
Sum256 returns the SHA256 checksum of the data.
Source Files ¶
pkg.go sha256.go
- Version
- v0.12.0 (latest)
- Published
- Jan 30, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 8 hours ago –
Tools for package owners.