import (
"fmt"
"github.com/chasestarr/merkle"
)
func main() {
input := []string{"abcd", "efgh", "ijkl"}
hash := merkle.Hash(input)
fmt.Println(hash) // "A8uyUMnjjSXD0Tb0Tm-oyrJ3tVnif0ry4l0YbTSxvos="
}
-
Notifications
You must be signed in to change notification settings - Fork 3
chasestarr/merkle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Merkle root generated from string slice input
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published