pub struct CryptParamsTcrypt {
    pub passphrase: Option<Vec<u8>>,
    pub keyfiles: Option<Vec<PathBuf>>,
    pub hash_name: String,
    pub cipher: String,
    pub mode: String,
    pub key_size: usize,
    pub flags: CryptTcryptFlags,
    pub veracrypt_pim: u32,
}
Expand description

Parameters for tcrypt operations

Fields

passphrase: Option<Vec<u8>>keyfiles: Option<Vec<PathBuf>>hash_name: Stringcipher: Stringmode: Stringkey_size: usizeflags: CryptTcryptFlagsveracrypt_pim: u32

Trait Implementations

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.