Registry / serialization / itchyny-base58-go

itchyny-base58-go

JSON →
library0.2.3gogounverified

Package base58 provides the APIs for encoding and decoding base58 strings.

go get github.com/itchyny/base58-go
INSTALL
IMPORT
SIG · ITCHYNY-BASE58-GO
I
itchyny-base58-go
serializationgov0.2.3
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/itchyny/base58-go

Encodes a byte slice to a base58 string and prints it.

package main import ( "fmt" "github.com/itchyny/base58-go" ) func main() { encoded := base58.Encode([]byte("hello")) fmt.Println(string(encoded)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
itchyny-base58-go — go get itchyny-base58-go · libregistry