[][src]Trait pq_newhope::poly::ReverseBits

pub trait ReverseBits {
    type Output: ReverseBits;
    fn reverse_bits(self) -> Self::Output;
}

Associated Types

Loading content...

Required methods

fn reverse_bits(self) -> Self::Output

Loading content...

Implementors

impl<N, S> ReverseBits for Poly<N, S> where
    N: PolySize,
    N::PolyLength: Logarithm2,
    <N::PolyLength as Logarithm2>::Output: Unsigned,
    S: PolyState
[src]

type Output = Poly<N, (<S::BitOrder as Involution>::Op, S::Size, S::Domain)>

Loading content...