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

Required Methods§

Implementors§