6 lines
71 B
Go
Raw Normal View History

package merkle_tree
func init() {
globalHasher = newMerkleHasher()
}