Documentation ¶
Index ¶
- func AppendBitcoinUvarInt(dst []byte, v uint64) []byte
- func AppendUint16BE(dst []byte, n uint16) []byte
- func AppendUint16LE(dst []byte, n uint16) []byte
- func AppendUint32BE(dst []byte, n uint32) []byte
- func AppendUint32LE(dst []byte, n uint32) []byte
- func AppendUint64BE(dst []byte, n uint64) []byte
- func AppendUint64LE(dst []byte, n uint64) []byte
- func AppendUvarInt(dst []byte, n uint64) []byte
- func AppendVarInt(dst []byte, n int64) []byte
- func BitcoinUvarInt(b []byte) (uint64, int)
- func ExtendSlice(dst []byte, size int) []byte
- func RandomSlice(dst []byte) []byte
- func Slice(s string) []byte
- func String(b []byte) string
- func Uint16BE(b []byte) uint16
- func Uint16LE(b []byte) uint16
- func Uint32BE(b []byte) uint32
- func Uint32LE(b []byte) uint32
- func Uint64BE(b []byte) uint64
- func Uint64LE(b []byte) uint64
- func UvarInt(b []byte) (uint64, int)
- func VarInt(b []byte) (int64, int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendBitcoinUvarInt ¶
func AppendUint16BE ¶
func AppendUint16LE ¶
func AppendUint32BE ¶
func AppendUint32LE ¶
func AppendUint64BE ¶
func AppendUint64LE ¶
func AppendUvarInt ¶
func AppendVarInt ¶
func BitcoinUvarInt ¶
func ExtendSlice ¶
func RandomSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.