Trait risc0_zkp::field::Field

source ·
pub trait Field {
    type Elem: Elem + RootsOfUnity;
    type ExtElem: ExtElem<SubElem = Self::Elem>;
}
Expand description

A pair of fields, one of which is an extension field of the other.

Required Associated Types§

Implementors§