Cryptopunk.Mnemonic (cryptopunk v0.6.4)

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]))

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

create_from_entropy(entropy)

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