Function checked_andn

Source
pub fn checked_andn<F: Field>(x: F, y: F) -> F
Expand description

Compute andnot on a pair of boolean field elements.

Verifies at debug time that both inputs are boolean.