class Cox::SignKeyPair

Defined in:

cox/sign_key_pair.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pub : Bytes, sec : Bytes) #

[View source]
def self.new(public : Cox::SignPublicKey, secret : Cox::SignSecretKey) #

[View source]
def self.new #

[View source]

Instance Method Detail

def public : SignPublicKey #

[View source]
def public=(public : SignPublicKey) #

[View source]
def secret : SignSecretKey #

[View source]
def secret=(secret : SignSecretKey) #

[View source]