Struct ruma_signatures::Ed25519KeyPair [] [src]

pub struct Ed25519KeyPair { /* fields omitted */ }

An Ed25519 key pair.

Trait Implementations

impl KeyPair for Ed25519KeyPair
[src]

Initializes a new key pair. Read more

Signs a JSON object. Read more