package base32
import "git.sr.ht/~pingoo/stdx/base32"
Index ¶
- Constants
- func Decode(dst, src []byte) (n int, err error)
- func DecodeString(input string) ([]byte, error)
- func EncodeToString(data []byte) string
Constants ¶
const (
Alphabet = "0123456789abcdefghjkmnpqrtuvwxyz"
)
Functions ¶
func Decode ¶
func DecodeString ¶
func EncodeToString ¶
Source Files ¶
base32.go
- Version
- v0.0.0-20240218134121-094174641f6e (latest)
- Published
- Feb 18, 2024
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 4 months ago –
Tools for package owners.