Documentation ¶
Index ¶
- func Decode(data []byte, dec Decoder) (interface{}, error)
- func Encode(s interface{}, enc Encoder) ([]byte, error)
- func Equal(a []byte, b []byte) bool
- func FromHex(data string) ([]byte, error)
- func FromInt16(v int16) []byte
- func FromInt32(v int32) []byte
- func FromInt64(v int64) []byte
- func FromUint16(v uint16) []byte
- func FromUint32(v uint32) []byte
- func FromUint64(v uint64) []byte
- func HashBytes(a []byte) uint32
- func Hex(data []byte) string
- func Int16(data []byte) int16
- func Int32(data []byte) int32
- func Int64(data []byte) int64
- func Less(a []byte, b []byte) bool
- func Uint16(data []byte) uint16
- func Uint32(data []byte) uint32
- func Uint64(data []byte) uint64
- type Decoder
- type Encoder
- type Hash
- type HexHash
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.