Struct sda_client::EncryptionKeypair [] [src]

pub struct EncryptionKeypair {
    pub ek: EncryptionKey,
    pub dk: DecryptionKey,
}

Description of an encryption keypair.

Fields

Trait Implementations

impl Debug for EncryptionKeypair
[src]

Formats the value using the given formatter.