Registry / serialization / prysmaticlabs-fastssz

prysmaticlabs-fastssz

JSON →
library0.0.0-20230215205823-6741487670edgogounverified

A fast Go implementation of the Simple Serialize (SSZ) protocol used in Ethereum 2.0.

go get github.com/prysmaticlabs/fastssz
INSTALL
IMPORT
SIG · PRYSMATICLABS-FAST
P
prysmaticlabs-fastssz
serializationgov0.0.0-20230215205823-6741487670ed
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.

fastssz
github.com/prysmaticlabs/fastssz

Compute the hash tree root of SSZ-encoded data.

package main import ( "fmt" "github.com/prysmaticlabs/fastssz" ) func main() { data := []byte{0x01, 0x02} hash := fastssz.HashTreeRoot(data) fmt.Printf("Hash: %x\n", hash) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230215205823-6741487670edlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Amazon
1
Resources
prysmaticlabs-fastssz — go get prysmaticlabs-fastssz · libregistry