struct

Crypto::Signature

Inherits Struct < Value < Object

Constructors

new(s : String)
Source
new(message, *, secret : SecretKey, public : PublicSigningKey)
Source
new(message, *, secret : SecretKey)
Source

Class methods

from_bytes(raw : Bytes)
Source
size
Source

Instance methods

check(message, *, public : PublicSigningKey) : Bool
Source
compare(other) : Bool
Source
to_slice
Source
to_unsafe
Source