Skip to main content

AESCtr

Trait AESCtr 

Source
pub trait AESCtr {
    // Required method
    fn set_mode_aesctr(&self, encrypting: bool) -> Result<(), ErrorCode>;
}

Required Methods§

Source

fn set_mode_aesctr(&self, encrypting: bool) -> Result<(), ErrorCode>

Call before AES::crypt() to perform AESCtr

Implementors§