//
pkg.gl
Category
github.com/indra-labs/indra
pkg
crypto
sha256
package
0.1.20
Repository:
https://github.com/indra-labs/indra.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
21
Files
33 SLOC
#
Functions
Double
Double runs a standard double SHA256 hash and does all the slicing for you.
New
New creates a correctly sized slice for a Hash.
Single
Single runs a standard SHA256 hash.
Zero
Zero copies a cleanly initialised empty slice over top of the provided Hash.
#
Constants
Len
Len is the number of bytes in a sha256 hash.
#
Type aliases
Hash
Hash is just a 256-bit hash.