pub trait RLCable<F: Field> { // Required methods fn rlc(&self, r: &Expression<F>) -> Expression<F>; fn rlc_rev(&self, r: &Expression<F>) -> Expression<F>; }
Trait around RLC
Returns the RLC of itself
Returns the RLC of the reverse of itself