Registry / crypto / nebulouslabs-merkletree

nebulouslabs-merkletree

JSON →
library0.0.0-20200118113624-07fbf710afc4gogounverified

Package merkletree provides tools for calculating Merkle roots, creating proofs, and verifying proofs according to RFC 6962, with support for cached subtrees.

go get gitlab.com/NebulousLabs/merkletree
INSTALL
IMPORT
SIG · NEBULOUSLABS-MERKL
N
nebulouslabs-merkletree
cryptogov0.0.0-20200118113624-07fbf710afc4
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.

merkletree
✓ gitlab.com/NebulousLabs/merkletree

Create a Merkle tree and compute its root

package main import ( "gitlab.com/NebulousLabs/merkletree" ) func main() { t := merkletree.New() t.Push([]byte("data")) root := t.Root() _ = root }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200118113624-07fbf710afc4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
nebulouslabs-merkletree — go get nebulouslabs-merkletree · libregistry