pub fn checked_xor<F: Field, const N: usize>(xs: [F; N]) -> F
Compute xor on a list of boolean field elements.
xor
Verifies at debug time that all inputs are boolean.