//
pkg.gl
Category
github.com/llvm-mirror/llgo
third_party
gofrontend
libgo
go
crypto
sha256
package
0.0.0-20190322182713-bf6f0a60fce1
Repository:
https://github.com/llvm-mirror/llgo.git
Documentation:
pkg.go.dev
Overview
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.