Struct ruma_signatures::Ed25519Verifier [] [src]

pub struct Ed25519Verifier;

A verifier for Ed25519 digital signatures.

Methods

impl Ed25519Verifier
[src]

Creates a new Ed25519Verifier.

Trait Implementations

impl Clone for Ed25519Verifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Ed25519Verifier
[src]

impl Debug for Ed25519Verifier
[src]

Formats the value using the given formatter.

impl Verifier for Ed25519Verifier
[src]

Use a public key to verify a signature against the JSON object that was signed. Read more