Skip to main content

EncryptionOpts

Type Alias EncryptionOpts 

Source
pub type EncryptionOpts = EncryptionOpts;

Aliased Type§

pub struct EncryptionOpts {
    pub cipher: String,
    pub hexkey: String,
}

Fields§

§cipher: String§hexkey: String