Registry / crypto / decred-dcrwallet-pgpwordlist

decred-dcrwallet-pgpwordlist

JSON →
library1.0.1gogounverified

A Go implementation of the PGP word list for encoding binary data as readable words.

go get github.com/decred/dcrwallet/pgpwordlist
INSTALL
IMPORT
SIG · DECRED-DCRWALLET-P
D
decred-dcrwallet-pgpwordlist
cryptogov1.0.1
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.

pgpwordlist
github.com/decred/dcrwallet/pgpwordlist

Encode a byte slice into PGP words.

package main import ( "fmt" "github.com/decred/dcrwallet/pgpwordlist" ) func main() { words := pgpwordlist.Encode([]byte{0x12, 0x34}) fmt.Println(words) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
Amazon
1
Resources
decred-dcrwallet-pgpwordlist — go get decred-dcrwallet-pgpwordlist · libregistry