Registry / crypto / prysmaticlabs-gohashtree

prysmaticlabs-gohashtree

JSON →
library0.0.5-betagogounverified

A Go implementation of hash tree (Merkle tree) data structures.

go get github.com/prysmaticlabs/gohashtree
INSTALL
IMPORT
SIG · PRYSMATICLABS-GOHA
P
prysmaticlabs-gohashtree
cryptogov0.0.5-beta
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gohashtree
github.com/prysmaticlabs/gohashtree

Create a hash tree and compute its root.

package main import ( "fmt" "github.com/prysmaticlabs/gohashtree" ) func main() { tree := gohashtree.New() tree.Add([]byte("data")) fmt.Println(tree.Root()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.5-betalatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
prysmaticlabs-gohashtree — go get prysmaticlabs-gohashtree · libregistry