struct Crypto::Signature

Defined in:

monocypher.cr:13
monocypher.cr:77

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(s : String) #

[View source]
def self.new(message, *, secret : SecretKey, public : PublicSigningKey) #

[View source]
def self.new(message, *, secret : SecretKey) #

[View source]

Class Method Detail

def self.from_bytes(raw : Bytes) #

[View source]
def self.size #

[View source]

Instance Method Detail

def check(message, *, public : PublicSigningKey) : Bool #

[View source]
def compare(other) : Bool #

[View source]
def to_slice #

[View source]
def to_unsafe : StaticArray(UInt8, 64) #

[View source]