class

RNS::Cryptography::Ed25519PublicKey

Inherits Reference < Object

Constructors

from_public_bytes(data : Bytes) : Ed25519PublicKey
Source
new(public_bytes : Bytes)
Source

Instance methods

public_bytes
Source
verify(signature : Bytes, message : Bytes) : Nil
Source