gocuelang.org/go/pkg/crypto/sha256 Index | Files

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

func Sum224(data []byte) (sum224 []byte)

Sum224 returns the SHA224 checksum of the data.

func Sum256

func Sum256(data []byte) []byte

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.