Registry / serialization / mr-tron-base58

mr-tron-base58

JSON →
library1.3.0gogounverified

Package base58 provides fast implementation of base58 encoding.

go get github.com/mr-tron/base58
INSTALL
IMPORT
SIG · MR-TRON-BASE58
M
mr-tron-base58
serializationgov1.3.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/mr-tron/base58

Encode a byte slice to base58.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
mr-tron-base58 — go get mr-tron-base58 · libregistry