Function checked_xor

Source
pub fn checked_xor<F: Field, const N: usize>(xs: [F; N]) -> F
Expand description

Compute xor on a list of boolean field elements.

Verifies at debug time that all inputs are boolean.