Registry / crypto / gballet-go-verkle

gballet-go-verkle

JSON →
library0.2.2gogounverified

A Go implementation of Verkle trees, a cryptographic data structure combining vector commitments and Merkle trees.

go get github.com/gballet/go-verkle
INSTALL
IMPORT
SIG · GBALLET-GO-VERKLE
G
gballet-go-verkle
cryptogov0.2.2
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.

verkle
github.com/gballet/go-verkle

Creates a new empty Verkle tree.

package main import ( "fmt" "github.com/gballet/go-verkle" ) func main() { tree := verkle.New() fmt.Println(tree) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
gballet-go-verkle — go get gballet-go-verkle · libregistry