pub fn xor<FA: FieldAlgebra>(x: FA, y: FA) -> FAExpand description
Computes the arithmetic generalization of boolean xor.
For boolean inputs, x ^ y = x + y - 2 xy.
pub fn xor<FA: FieldAlgebra>(x: FA, y: FA) -> FAComputes the arithmetic generalization of boolean xor.
For boolean inputs, x ^ y = x + y - 2 xy.