WordList

Undocumented in source.

Constructors

this
this(const(string[]) list)
Undocumented in source.

Members

Aliases

pbkdf2_sha512
alias pbkdf2_sha512 = pbkdf2!SHA512
Undocumented in source.

Functions

checkMnemoicNumbers
bool checkMnemoicNumbers(const(ushort[]) mnemonic_codes)
Undocumented in source. Be warned that the author may not have intended to support it.
entropy
ubyte[] entropy(const(ushort[]) mnemonic_codes)
Undocumented in source. Be warned that the author may not have intended to support it.
gen
void gen(ushort[] words)
Undocumented in source. Be warned that the author may not have intended to support it.
mnemonicNumbers
const(ushort[]) mnemonicNumbers(const(string[]) mnemonics)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
ubyte[] opCall(const(ushort[]) mnemonic_codes, const(char[]) passphrase)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
ubyte[] opCall(R mnemonics, const(char[]) passphrase)
Undocumented in source. Be warned that the author may not have intended to support it.
passphrase
char[] passphrase(uint number_of_words)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

MAX_BITS
enum MAX_BITS;

Total number of bits

MAX_WORDS
enum MAX_WORDS;

Max number of mnemonic word in a string

MNEMONIC_BITS
enum MNEMONIC_BITS;

Bit size of the word number 2^11=2048

TOTAL_WORDS
enum TOTAL_WORDS;
Undocumented in source.
count
enum count;
Undocumented in source.
dk_length
enum dk_length;
Undocumented in source.
presalt
enum presalt;
Undocumented in source.

Variables

table
const(ushort[string]) table;
Undocumented in source.
words
const(string[]) words;
Undocumented in source.

Meta