Registry / serialization / shengdoushi-base58

shengdoushi-base58

JSON →
library1.0.0gogounverified

Package base58 provides encoding and decoding of base58 strings.

go get github.com/shengdoushi/base58
INSTALL
IMPORT
SIG · SHENGDOUSHI-BASE58
S
shengdoushi-base58
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.

base58
github.com/shengdoushi/base58

Encode and decode a byte slice using base58.

package main import ( "fmt" "github.com/shengdoushi/base58" ) func main() { encoded := base58.Encode([]byte("Hello")) fmt.Println(encoded) decoded, _ := base58.Decode(encoded) fmt.Println(string(decoded)) }
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
9 hits · last 30 days
node
8
Resources
shengdoushi-base58 — go get shengdoushi-base58 · libregistry