Struct ring::signature::KeyPair[][src]

pub struct KeyPair { /* fields omitted */ }

A key pair for signing.

Trait Implementations

impl Debug for KeyPair
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for KeyPair

impl Sync for KeyPair