rlp

package
v0.34.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

See https://eth.wiki/fundamentals/rlp

Index

Constants

View Source
const (
	ShortLength              = 55
	StringOffset magicOffset = 0x80 // 128 - if string length is less than or equal to 55 [inclusive]
	SliceOffset  magicOffset = 0xC0 // 192 - if slice length is less than or equal to 55 [inclusive]
	SmallByte                = 0x7f // 247 - value less than or equal is itself [inclusive
)

Variables

This section is empty.

Functions

func Decode

func Decode(src []byte, dst interface{}) error

func Encode

func Encode(input interface{}) ([]byte, error)

Types

type Code

type Code uint32
const (
	ErrUnknown Code = iota
	ErrNoInput
	ErrInvalid
)

func (Code) Error

func (c Code) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL