Struct rdedup_lib::config::Curve25519
[−]
[src]
pub struct Curve25519 {
pub sealed_sec_key: Vec<u8>,
pub pub_key: PublicKey,
pub salt: Salt,
pub nonce: Nonce,
}Configuration of repository encryption
Fields
sealed_sec_key: Vec<u8>
pub_key: PublicKey
salt: Salt
nonce: Nonce