Function zkevm_keccak::util::expression::xor::expr
source · [−]pub fn expr<F: FieldExt, E: Expr<F>>(a: E, b: E) -> Expression<F>
Expand description
Returns an expression that represents the XOR of the given expression.