ZnxMulAddPowerOfTwo

Trait ZnxMulAddPowerOfTwo 

Source
pub trait ZnxMulAddPowerOfTwo {
    // Required method
    fn znx_muladd_power_of_two(k: i64, res: &mut [i64], a: &[i64]);
}

Required Methods§

Source

fn znx_muladd_power_of_two(k: i64, res: &mut [i64], a: &[i64])

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§