Registry / serialization / ferranbt-fastssz

ferranbt-fastssz

JSON →
library1.0.0gogounverified

FastSSZ is a Go library for fast serialization and deserialization using the SimpleSerialize (SSZ) format.

go get github.com/ferranbt/fastssz
INSTALL
IMPORT
SIG · FERRANBT-FASTSSZ
F
ferranbt-fastssz
serializationgov1.0.0
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/ferranbt/fastssz

Compute the hash tree root of a byte slice using SSZ.

package main import ( "fmt" "github.com/ferranbt/fastssz" ) func main() { data := []byte{0x01, 0x02} fmt.Println(fastssz.HashTreeRoot(data)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ferranbt-fastssz — go get ferranbt-fastssz · libregistry