Registry / utility / jbenet-go-base58

jbenet-go-base58

JSON →
library0.0.0-20150317085156-6237cf65f3a6gogounverified

Package base58 provides base58-check encoding with a modifiable alphabet.

go get github.com/jbenet/go-base58
INSTALL
IMPORT
SIG · JBENET-GO-BASE58
J
jbenet-go-base58
utilitygov0.0.0-20150317085156-6237cf65f3a6
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/jbenet/go-base58

Encode a byte slice to base58

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

No known issues recorded.

Upgrade
Version history
0.0.0-20150317085156-6237cf65f3a6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
jbenet-go-base58 — go get jbenet-go-base58 · libregistry