Registry / crypto / decred-base58

decred-base58

JSON →
library1.0.6gogounverified

Provides an API for working with modified base58 and Base58Check encodings, used for Decred addresses.

go get github.com/decred/base58
INSTALL
IMPORT
SIG · DECRED-BASE58
D
decred-base58
cryptogov1.0.6
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/decred/base58

Encodes a byte slice using base58 and prints the result.

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

No known issues recorded.

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

No dependency data recorded yet.

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