class

RNS::Cryptography::Ed25519PrivateKey

Inherits Reference < Object

Constructors

from_private_bytes(data : Bytes) : Ed25519PrivateKey
Source
generate
Source
new(seed : Bytes)
Source

Instance methods

private_bytes
Source
public_key
Source
sign(message : Bytes) : Bytes
Source