pub trait CodeAsmXcryptcfb {
    // Required method
    fn xcryptcfb(&mut self) -> Result<(), IcedError>;
}

Required Methods§

source

fn xcryptcfb(&mut self) -> Result<(), IcedError>

Implementors§