Skip to main content

Ed25519PublicKey

Trait Ed25519PublicKey 

Source
pub trait Ed25519PublicKey {
    // Required method
    fn public_key(&self) -> PublicKey;
}
Expand description

An object that has an Ed25519 PublicKey.

Required Methods§

Source

fn public_key(&self) -> PublicKey

Get the Ed25519 PublicKey.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§