struct ED25519::HD::KeyRing

Defined in:

ed25519-hd.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.ckd_priv(keys : Keys, index : Int32, hardened_offset : Int64 = HARDENED_TESTNET) : Keys #

[View source]
def self.derive_path(path : String, seed : String, hardened_offset : Int64 = HARDENED_TESTNET) : Keys #

[View source]
def self.get_keys(seed : Slice(UInt8), key : Slice(UInt8)) : Keys #

[View source]
def self.get_master_key_from_seed(seed : String) : Keys #

[View source]
def self.get_public_key(private_key : String, with_zero_byte : Bool = true) : String #

[View source]

Instance Method Detail

def initialize #

[View source]