Struct recrypt::api::Ed25519[]

pub struct Ed25519;

Trait Implementations

impl Ed25519Signing for Ed25519

Create a signature by signing over the bytes produced by the hashable instance of t. Read more

Use the public_key to verify that the signature was signed by its private key over the hashable bytes of t. Returns true if all the values are valid and the signature can be verified. Read more

Auto Trait Implementations

impl Send for Ed25519

impl Sync for Ed25519