[][src]Trait crypto_simd::RotateWordsRight

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

Associated Types

type Output

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...