Registry / serialization / corvus-ch-zbase32-v1

corvus-ch-zbase32-v1

JSON →
library1.0.0gogounverified

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

go get gopkg.in/corvus-ch/zbase32.v1
INSTALL
IMPORT
SIG · CORVUS-CH-ZBASE32-
C
corvus-ch-zbase32-v1
serializationgov1.0.0
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
gopkg.in/corvus-ch/zbase32.v1

Encodes a byte slice to a z-base-32 string.

package main import ( "fmt" "gopkg.in/corvus-ch/zbase32.v1" ) func main() { encoded := zbase32.EncodeToString([]byte("hello")) fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
corvus-ch-zbase32-v1 — go get corvus-ch-zbase32-v1 · libregistry