class Crypto::Mnemonic::Mnemonic

Defined in:

crypto-mnemonic.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.from_hex(hex : String) : Mnemonic #

[View source]
def self.from_words(words : Array(String)) : Mnemonic #

[View source]
def self.new(bits : Int32 = 96) #

[View source]
def self.new(seed : Array(UInt32)) #

[View source]

Class Method Detail

def self.mod(a, b) #

[View source]
def self.wordList : Array(String) #

[View source]

Instance Method Detail

def seed : Array(UInt32) #

[View source]
def to_hex : String #

[View source]
def to_words : Array(String) #

[View source]