Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateMerkleRoot ¶
Types ¶
type MerkleNode ¶
type MerkleNode struct {
Left *MerkleNode
Right *MerkleNode
Hash crypto.Hash
}
Click to show internal directories.
Click to hide internal directories.