struct Crypto::SecretKey

Defined in:

monocypher.cr:10
monocypher.cr:17

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(s : String) #

[View source]
def self.new #

[View source]
def self.new(*, password : String, salt : Salt) #

[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 reroll #

[View source]
def to_slice #

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

[View source]