//
pkg.gl
Category
github.com/TxCorpi0x/file-upload-merkle
merkle
hash
package
0.0.0-20240724171750-63446fbf30c9
Repository:
https://github.com/txcorpi0x/file-upload-merkle.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
3
Files
39 SLOC
#
Functions
NewSha256
New256 creates a new 256-bit SHA3 hashing method.
#
Structs
Sha256
Sha256 is the 256-bit SHA3 hashing method.
#
Interfaces
Hasher
Hasher is the interface which needs to be implemented by the desired hashing algorithm.
#
Type aliases
Hash
Hash is a type alias for bytes.
HashList
HashList is a type alias fo array of bytes.