binascii

package
v0.0.0-...-7e28e3f Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2017 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeAscii85

func DecodeAscii85(encoded []byte, buffer []byte) ([]byte, error)

func DecodeBase32

func DecodeBase32(encoded []byte, buffer []byte) ([]byte, error)

func DecodeBase32Hex

func DecodeBase32Hex(encoded []byte, buffer []byte) ([]byte, error)

Extended Hex Alphabet

func DecodeBase32Raw

func DecodeBase32Raw(encoded []byte, buffer []byte) ([]byte, error)

func DecodeBase32RawHex

func DecodeBase32RawHex(encoded []byte, buffer []byte) ([]byte, error)

Extended Hex Alphabet

func DecodeBase64

func DecodeBase64(encoded []byte, buffer []byte) ([]byte, error)

URLEncoding

func DecodeBase64Raw

func DecodeBase64Raw(encoded []byte, buffer []byte) ([]byte, error)

RawURLEncoding

func DecodeBase64RawStd

func DecodeBase64RawStd(encoded []byte, buffer []byte) ([]byte, error)

RawStdEncoding

func DecodeBase64Std

func DecodeBase64Std(encoded []byte, buffer []byte) ([]byte, error)

StdEncoding

func DecodeLe190

func DecodeLe190(encoded []byte, buffer []byte) ([]byte, error)

func EncodeAscii85

func EncodeAscii85(data []byte, buffer []byte) []byte

func EncodeBase32

func EncodeBase32(data []byte, buffer []byte) []byte

func EncodeBase32Hex

func EncodeBase32Hex(data []byte, buffer []byte) []byte

Extended Hex Alphabet

func EncodeBase32Raw

func EncodeBase32Raw(data []byte, buffer []byte) []byte

func EncodeBase32RawHex

func EncodeBase32RawHex(data []byte, buffer []byte) []byte

Extended Hex Alphabet

func EncodeBase64

func EncodeBase64(data []byte, buffer []byte) []byte

URLEncoding

func EncodeBase64Raw

func EncodeBase64Raw(data []byte, buffer []byte) []byte

RawURLEncoding

func EncodeBase64RawStd

func EncodeBase64RawStd(data []byte, buffer []byte) []byte

RawStdEncoding

func EncodeBase64Std

func EncodeBase64Std(data []byte, buffer []byte) []byte

StdEncoding

func EncodeLe190

func EncodeLe190(data []byte, buffer []byte) []byte

func IntFromLe190

func IntFromLe190(encoded []byte) uint64

func IntToLe190

func IntToLe190(I uint64, buffer []byte) []byte

func Signed

func Signed(u uint64) int64

func Unsigned

func Unsigned(i int64) uint64

Types

This section is empty.

Jump to

Keyboard shortcuts

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