pub trait ToFieldsRaw: ToFields {
// Required method
fn to_fields_raw(&self) -> Vec<Self::Field>;
}Expand description
Unary operator for converting to a list of base fields.
Required Methods§
Sourcefn to_fields_raw(&self) -> Vec<Self::Field>
fn to_fields_raw(&self) -> Vec<Self::Field>
Returns the circuit as a list of base field elements using the raw bits.