Get a bit array from a Uint8Array.
Chunk an array to an array of arrays for every size
items.
Get a mnemonic phrase from pre-generated entropy. Note that the entropy should be sufficiently random in order for the mnemonic phrase to be secure.
Generate a mnemonic phrase from size
bits.
string
Get the checksum for entropy.
Return a mnemonic word from a sequence of 11 bits.
Check if a mnemonic phrase is valid or not.
Get the initial entropy from a mnemonic phrase. Throws an error if the mnemonic phrase is invalid.
Derive a seed from a mnemonic phrase. This does not validate if a mnemonic phrase is valid.
Generated using TypeDoc
Get a Uint8Array from a bit array.