Struct sda_client::EncryptionKeypair
[−]
[src]
pub struct EncryptionKeypair {
pub ek: EncryptionKey,
pub dk: DecryptionKey,
}Description of an encryption keypair.
Fields
ek: EncryptionKey
dk: DecryptionKey