Documentation ¶
Overview ¶
Package hash contains Writer interface and SHA3 hasher.
hash.Writer intended to be implemented by records for proper hashing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSHA3 ¶ added in v0.0.4
NewSHA3 just wrapper around sha3.New224.
Just to avoid of binding on golang.org/x/crypto/sha3 in codebase.
func SHA3hash224 ¶
SHA3hash224 returns SHA3 hash calculated on data received from Writer.
Types ¶
Click to show internal directories.
Click to hide internal directories.