Cryptopunk.Mnemonic (cryptopunk v0.5.1)

Implements mnemonic generation logic.

See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki

Link to this section Summary

Link to this section Functions

Link to this function

create(word_number \\ Enum.max([12, 15, 18, 21, 24]))

Specs

create(non_neg_integer()) :: String.t() | no_return()
Link to this function

create_from_entropy(entropy)

Specs

create_from_entropy(binary()) :: String.t() | no_return()