pub trait RLCableValue<F> {
// Required methods
fn rlc_value(&self, r: F) -> F;
fn rlc_value_rev(&self, r: F) -> F;
}
Expand description
Trait around RLC
Required Methods§
sourcefn rlc_value_rev(&self, r: F) -> F
fn rlc_value_rev(&self, r: F) -> F
Returns the RLC of the reverse of itself