Registry / serialization / eknkc-basex

eknkc-basex

JSON →
library1.0.1gogounverified

Package basex provides fast base encoding/decoding using any alphabet with Bitcoin-style leading zero compression.

go get github.com/eknkc/basex
INSTALL
IMPORT
SIG · EKNKC-BASEX
E
eknkc-basex
serializationgov1.0.1
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.

basex
github.com/eknkc/basex

Encode a byte slice using a custom Base58 alphabet.

package main import ( "fmt" "github.com/eknkc/basex" ) func main() { encoding := basex.NewEncoding("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz") encoded := encoding.Encode([]byte("hello")) fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
7
Resources
eknkc-basex — go get eknkc-basex · libregistry