Skip to main content

AESCBC

Trait AESCBC 

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

Required Methods§

Source

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

Call before AES::crypt() to perform AESCBC

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§