Documentation
¶
Index ¶
- func DecodeBase32(s string) ([]byte, error)
- func DecodeBase32NoPadding(s string) ([]byte, error)
- func DecodeBase64(s string) ([]byte, error)
- func DecodeBase64URL(s string) ([]byte, error)
- func DecodeHex(s string) ([]byte, error)
- func EncodeBase32(data []byte) string
- func EncodeBase32NoPadding(data []byte) string
- func EncodeBase64(data []byte) string
- func EncodeBase64URL(data []byte) string
- func EncodeHex(data []byte) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBase32 ¶ added in v1.4.0
func DecodeBase32NoPadding ¶ added in v1.4.0
func DecodeBase64 ¶
func DecodeBase64URL ¶
func EncodeBase32 ¶ added in v1.4.0
func EncodeBase32NoPadding ¶ added in v1.4.0
func EncodeBase64 ¶
func EncodeBase64URL ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.