logo
pub trait CodeAsmMontmul {
    fn montmul(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors