Documentation

Complexitylib.Circuits.XOR.Restriction.Defs

Parity on a finite support -- definitions #

Random restrictions leave parity on the remaining free coordinates, possibly complemented by the fixed coordinates. xorOn makes that support explicit.

def Complexity.Schnorr.xorOp (left right : Bool) :

Boolean exclusive-or as an explicitly named commutative fold operation.

Equations
Instances For
    def Complexity.Schnorr.xorOn {N : } (support : Finset (Fin N)) (input : BitString N) :

    XOR of exactly the coordinates in support.

    Equations
    Instances For