[][src]Trait crypto_simd::SplatRotateRight

pub trait SplatRotateRight {
    type Output;
    fn splat_rotate_right(self, i: u32) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn splat_rotate_right(self, i: u32) -> Self::Output

Loading content...

Implementors

Loading content...