Type Alias CipherR

Source
pub type CipherR = BitReader<Cipherselect>;
Expand description

Field CIPHER reader - Cipher Mode

Aliased Type§

struct CipherR { /* private fields */ }

Implementations§

Source§

impl CipherR

Source

pub const fn variant(&self) -> Cipherselect

Get enumerated values variant

Source

pub fn is_dec(&self) -> bool

Decryption

Source

pub fn is_enc(&self) -> bool

Encryption