Documentation
¶
Overview ¶
Package rlp implements the simple byte slice and lists of byte slices encoding/decoding using recursive length prefix encoding scheme as per spec https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBytes ¶
DecodeBytes returns the byte slices contained in the given RLP encoded byte slice.
func DecodeBytesList ¶
DecodeBytesList returns the list of byte slices contained in the given RLP encoded byte slice.
func EncodeBytes ¶
EncodeBytes returns a byte slice containing the RLP encoding of the given byte slice.
func EncodeBytesList ¶
EncodeBytesList returns a byte slice containing the RLP encoding of the given list of byte slices.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.