Documentation
¶
Overview ¶
Simple translation between numbers and byte sequences.
Why not use existing packages? These are not big-endian:
encoding/binary#Uvarint encoding/binary#Varint
These read a fixed number of bytes:
encoding/binary#ByteOrder.Uint16 encoding/binary#ByteOrder.Uint32 encoding/binary#ByteOrder.Uint64 x/crypto/cryptobyte#String.ReadUint8 x/crypto/cryptobyte#String.ReadUint16 x/crypto/cryptobyte#String.ReadUint32
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.