Registry / serialization / protolambda-zssz

protolambda-zssz

JSON →
library0.1.5gogounverified

A Go library for fast SSZ (Simple Serialize) encoding and decoding.

go get github.com/protolambda/zssz
INSTALL
IMPORT
SIG · PROTOLAMBDA-ZSSZ
P
protolambda-zssz
serializationgov0.1.5
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.

zssz
github.com/protolambda/zssz

Serialize and deserialize Go structs using SSZ format.

package main import ( "fmt" "github.com/protolambda/zssz" ) func main() { type Example struct { A uint64 B [32]byte } var v Example data, _ := zssz.Marshal(v) fmt.Println(data) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
protolambda-zssz — go get protolambda-zssz · libregistry