[][src]Trait crypto_simd::Swap1

pub trait Swap1 {
    type Output;
    fn swap1(self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn swap1(self) -> Self::Output

Loading content...

Implementors

Loading content...