struct Crypto::PublicKey

Defined in:

monocypher.cr:11
monocypher.cr:56

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(s : String) #

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

[View source]

Class Method Detail

def self.from_bytes(raw : Bytes) #

[View source]
def self.size #

[View source]

Instance Method Detail

def compare(other) : Bool #

[View source]
def to_slice #

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

[View source]