stdxgit.sr.ht/~pingoo/stdx/base32 Index | Files

package base32

import "git.sr.ht/~pingoo/stdx/base32"

Index

Constants

const (
	Alphabet = "0123456789abcdefghjkmnpqrtuvwxyz"
)

Functions

func Decode

func Decode(dst, src []byte) (n int, err error)

func DecodeString

func DecodeString(input string) ([]byte, error)

func EncodeToString

func EncodeToString(data []byte) string

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.