Elixium Core v0.6.3 Elixium.Mnemonic View Source

Functionality for generating mnemonics

Link to this section Summary

Functions

Gets the correct checksum of a binary

Using a private address generate a mnemonic seed

Verifies if the binary needs to be normalized

Using a mnemonic seed generate a private seed

Link to this section Functions

Link to this function checksum_length(entropy_bytes) View Source
checksum_length(binary()) :: Integer.t()

Gets the correct checksum of a binary

Link to this function from_entropy(binary) View Source
from_entropy(binary()) :: String.t()

Using a private address generate a mnemonic seed

Link to this function maybe_normalize(binary) View Source
maybe_normalize(binary()) :: binary()

Verifies if the binary needs to be normalized

Link to this function to_entropy(mnemonic) View Source
to_entropy(String.t()) :: binary()

Using a mnemonic seed generate a private seed