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