Enum libpijul_compat::signature::KeyPair [] [src]

pub enum KeyPair {
    Ed25519(Ed25519KeyPair),
}

A public and secret key.

Variants

Methods

impl KeyPair
[src]

[src]

Parse a KeyPair from a PKCS#8 binary buffer.

[src]

Sign a message.