Registry / serialization / tv42-zbase32

tv42-zbase32

JSON →
library0.0.0-20220222190657-f76a9fc892fagogounverified

Package zbase32 implements the z-base-32 encoding, a human-friendly variant of base32, with support for bit-level encoding.

go get github.com/tv42/zbase32
INSTALL
IMPORT
SIG · TV42-ZBASE32
T
tv42-zbase32
serializationgov0.0.0-20220222190657-f76a9fc892fa
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

zbase32
github.com/tv42/zbase32

Encode bytes to z-base-32 string

package main import ( "fmt" "github.com/tv42/zbase32" ) func main() { encoded := zbase32.EncodeToString([]byte("hello")) fmt.Println(encoded) }
Debug
Known issues
gotchaNot compatible with RFC 4648 base32; use encoding/base32 for standard base32
fix
Use encoding/base32 if you need RFC 4648 compatibility
affects: all
Upgrade
Version history
0.0.0-20220222190657-f76a9fc892falatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
tv42-zbase32 — go get tv42-zbase32 · libregistry