package
0.0.0-20230816035547-f94ef0f6cb83
Repository: https://github.com/digitallabs-web3/neo-go-evm.git
Documentation: pkg.go.dev

# Functions

CalcMerkleRoot calculcates Merkle root hash value for a given slice of hashes.
No description provided by the author
Checksum returns the checksum for a given piece of data using sha256 twice as the hash algorithm.
DoubleSha256 performs sha256 twice on the given data.
DoubleSha256 performs sha256 twice on the given data.
Hash160 performs sha256 and then ripemd160 on the given data.
Keccak256Hash calculates and returns the Keccak256 hash of the input data, converting it to an internal Hash data structure.
NetSha256 calculates network-specific hash of Hashable item that can then be signed/verified.
NetSha256 calculates network-specific hash of Hashable item that can then be signed/verified.
NewKeccakState creates a new KeccakState.
NewMerkleTree returns new MerkleTree object.
RipeMD160 performs the RIPEMD160 hash algorithm on the given data.
No description provided by the author
Sha256 hashes the incoming byte slice using the sha256 algorithm.
No description provided by the author

# Structs

MerkleTree implementation.
MerkleTreeNode represents a node in the MerkleTree.

# Interfaces

Hashable represents an object which can be hashed.
No description provided by the author