[][src]Trait pq_newhope::poly::PolyState

pub trait PolyState {
    type BitOrder: Involution;
    type Size: Involution;
    type Domain: Involution;
}

Associated Types

type BitOrder: Involution

type Size: Involution

type Domain: Involution

Loading content...

Implementations on Foreign Types

impl<BitOrder, Size, Domain> PolyState for (BitOrder, Size, Domain) where
    BitOrder: Involution,
    Size: Involution,
    Domain: Involution, 
[src]

type BitOrder = BitOrder

type Size = Size

type Domain = Domain

Loading content...

Implementors

Loading content...