ToFieldsRaw

Trait ToFieldsRaw 

Source
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§

Source

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

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

Implementors§

Source§

impl<A> ToFieldsRaw for Plaintext<A>
where A: Aleo,

Source§

impl<A> ToFieldsRaw for Value<A>
where A: Aleo,