ToFieldsRaw

Trait ToFieldsRaw 

Source
pub trait ToFieldsRaw: ToFields {
    // Required method
    fn to_fields_raw(&self) -> Result<Vec<Self::Field>, Error>;
}
Expand description

Unary operator for converting to a list of base fields.

Required Methods§

Source

fn to_fields_raw(&self) -> Result<Vec<Self::Field>, Error>

Returns the object as a list of base field elements using the raw bits.

Implementors§