Enum cryptsetup::Cipher [] [src]

pub enum Cipher {
    AesXts {
        iv: Iv,
        bits: usize,
    },
}

Variants

Fields of AesXts

Trait Implementations

impl Debug for Cipher
[src]

Formats the value using the given formatter.