Struct sda_client::SignatureKeypair [] [src]

pub struct SignatureKeypair {
    pub vk: VerificationKey,
    pub sk: SigningKey,
}

Description of a signature keypair.

Fields

Trait Implementations

impl Debug for SignatureKeypair
[src]

Formats the value using the given formatter.