Documentation
¶
Index ¶
- func DecodeAscii85(encoded []byte, buffer []byte) ([]byte, error)
- func DecodeBase32(encoded []byte, buffer []byte) ([]byte, error)
- func DecodeBase32Hex(encoded []byte, buffer []byte) ([]byte, error)
- func DecodeBase32Raw(encoded []byte, buffer []byte) ([]byte, error)
- func DecodeBase32RawHex(encoded []byte, buffer []byte) ([]byte, error)
- func DecodeBase64(encoded []byte, buffer []byte) ([]byte, error)
- func DecodeBase64Raw(encoded []byte, buffer []byte) ([]byte, error)
- func DecodeBase64RawStd(encoded []byte, buffer []byte) ([]byte, error)
- func DecodeBase64Std(encoded []byte, buffer []byte) ([]byte, error)
- func DecodeLe190(encoded []byte, buffer []byte) ([]byte, error)
- func EncodeAscii85(data []byte, buffer []byte) []byte
- func EncodeBase32(data []byte, buffer []byte) []byte
- func EncodeBase32Hex(data []byte, buffer []byte) []byte
- func EncodeBase32Raw(data []byte, buffer []byte) []byte
- func EncodeBase32RawHex(data []byte, buffer []byte) []byte
- func EncodeBase64(data []byte, buffer []byte) []byte
- func EncodeBase64Raw(data []byte, buffer []byte) []byte
- func EncodeBase64RawStd(data []byte, buffer []byte) []byte
- func EncodeBase64Std(data []byte, buffer []byte) []byte
- func EncodeLe190(data []byte, buffer []byte) []byte
- func IntFromLe190(encoded []byte) uint64
- func IntToLe190(I uint64, buffer []byte) []byte
- func Signed(u uint64) int64
- func Unsigned(i int64) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBase32Hex ¶
Extended Hex Alphabet
func DecodeBase32RawHex ¶
Extended Hex Alphabet
func DecodeBase64Raw ¶
RawURLEncoding
func DecodeBase64RawStd ¶
RawStdEncoding
func DecodeBase64Std ¶
StdEncoding
func EncodeAscii85 ¶
func EncodeBase32 ¶
func EncodeBase32Hex ¶
Extended Hex Alphabet
func EncodeBase32Raw ¶
func EncodeBase32RawHex ¶
Extended Hex Alphabet
func EncodeLe190 ¶
func IntFromLe190 ¶
func IntToLe190 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.