Crypto::Signature
Inherits Struct < Value < Object
Constructors
new(s : String)
Sourcenew(message, *, secret : SecretKey, public : PublicSigningKey)
Sourcenew(message, *, secret : SecretKey)
SourceClass methods
from_bytes(raw : Bytes)
Sourcesize
SourceInstance methods
check(message, *, public : PublicSigningKey) : Bool
Sourcecompare(other) : Bool
Sourceto_slice
Sourceto_unsafe
Source