Documentation
¶
Overview ¶
package codex32 is an implementation of the codex32 scheme. BIP-93 describes the scheme in detail.
Index ¶
Constants ¶
View Source
const Alphabet = "QPZRY9X8GF2TVDW0S3JN54KHCE6MUA7L"
Alphabet is the bech32 alphabet.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type String ¶
type String struct {
// contains filtered or unexported fields
}
String is a codex32 string, containing a valid checksum.
func Interpolate ¶
Interpolate a set of shares to derive a share at a specific index.
Using the index 'S' will recover the master seed.
Click to show internal directories.
Click to hide internal directories.