FieldLike

Type Alias FieldLike 

Source
pub type FieldLike = Fr;
Expand description

Any value that can be converted into a field element. This is the Rust equivalent of the TS FieldLike type.

Aliased Type§

pub struct FieldLike(pub Fp<MontBackend<FrConfig, 4>, 4>);

Tuple Fields§

§0: Fp<MontBackend<FrConfig, 4>, 4>