Skip to content

chasestarr/merkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GoDoc

import (
  "fmt"

  "github.com/chasestarr/merkle"
)

func main() {
  input := []string{"abcd", "efgh", "ijkl"}
	hash := merkle.Hash(input)
	fmt.Println(hash) // "A8uyUMnjjSXD0Tb0Tm-oyrJ3tVnif0ry4l0YbTSxvos="
}

About

Merkle root generated from string slice input

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages