Documentation

Complexitylib.Circuits.XOR

XOR (Parity) Function #

This module defines the N-input XOR function and its key properties.

Main definitions #

Main results #

The N-input XOR (parity) function.

Equations
Instances For
    theorem Complexity.Schnorr.xorBool_flip (N : ) (x : BitString N) (a : Fin N) :

    Flipping any input bit flips the XOR output.

    XOR depends on all inputs.