//
pkg.gl
Category
github.com/protolambda/zrnt
eth2
util
hashing
package
0.32.3
Repository:
https://github.com/protolambda/zrnt.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
14
Files
23 SLOC
#
Functions
Sha256Repeat
re-uses the sha256 working variables for each new call of a allocated hash-function.
XorBytes32
No description provided by the author
#
Variables
GetHashFn
Get a hash-function that re-uses the hashing working-variables.
Hash
Hash the given input.
#
Type aliases
HashFn
Hashes the input, and returns the hash as a byte slice.
NewHashFn
No description provided by the author