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

Required Methods

Implementors