class Cox::SignSecretKey

Defined in:

cox/sign_secret_key.cr

Constant Summary

KEY_LENGTH = LibSodium::SECRET_SIGN_BYTES

Constructors

Instance Method Summary

Instance methods inherited from class Cox::Key

bytes bytes, pointer(size)
pointer
pointer
, to_base64 to_base64

Class methods inherited from class Cox::Key

from_base64(encoded_key) from_base64

Constructor Detail

def self.new(bytes : Bytes) #

[View source]

Instance Method Detail

def bytes : Bytes #

[View source]
def bytes=(bytes : Bytes) #

[View source]