pub type IntegerRing<N> = HeapArray<Bit, N>;
N-bit integer represented as a Boolean vector.
N
pub struct IntegerRing<N> { /* private fields */ }