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.3.0-beta.5
Published
Feb 15, 2021
Platform
linux/amd64
Imports
3 packages
Last checked
16 minutes ago

Tools for package owners.