class Ed25519::VerifyKey

Defined in:

ed25519/verify_key.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key_bytes : Bytes) #

[View source]

Instance Method Detail

def key_bytes : Bytes #

[View source]
def new(signing_key : SigningKey) #

[View source]
def to_slice : Slice(UInt8) #

[View source]
def verify(signature : Bytes, message : Bytes | String) : Bool #

[View source]
def verify!(signature : Bytes, message : Bytes | String) #

[View source]