Trait CodeAsmGf2p8affineqb

Source
pub trait CodeAsmGf2p8affineqb<T, U, V> {
    // Required method
    fn gf2p8affineqb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>;
}

Required Methods§

Source

fn gf2p8affineqb(&mut self, op0: T, op1: U, op2: V) -> Result<(), IcedError>

Implementors§