An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.6% on proxy.golang.org

proxy.golang.org : github.com/madz-lab/ethrlp

Package ethrlp is a Go library that implements encoding and decoding logic for Ethereum's Recursive Length Prefix (RLP) standard. RLP is a serialization method used in Ethereum to encode arbitrarily nested arrays of binary data. This library allows developers to encode various data types to RLP format and decode RLP-encoded data back into its original form. This library intentionally does not expose an `any` API for encoding, since it wants to avoid using reflection. The consequence of this is that the package caller will need to manually encode specific struct fields, array values, using the provided encode methods.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/madz-lab/ethrlp
Keywords: ethereum , recursive-length-prefix , rlp
License: Apache-2.0
Latest release: 10 months ago
First release: over 1 year ago
Namespace: github.com/madz-lab
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago

    Loading...
    Readme
    Loading...