Circuit predicates for anti-checker hash cells -- definitions #
For fixed anti-checker parameters and one hash range width, a predicate circuit
reads the packed labeled samples and affine seed as a public prefix, followed by
one existential powered-survivor witness. Its canonical serialized code and a
zero ruler form a query to CircuitSAT.extensionLanguage.
Width of the powered survivor tuple quantified by one occupancy query.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Width of the public labeled-sample and affine-seed prefix for one hash-cell query.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Total input width of a hash-cell predicate circuit: public query bits followed by the existential survivor tuple.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pack labeled samples and one affine seed into the public prefix of a hash-cell predicate.
Equations
- Complexity.GapMCSP.Magnification.AntiCheckerLemma.hashCellPublicInput beta input seed = Fin.append input seed
Instances For
A single-output circuit deciding the exact powered-survivor hash-cell witness predicate from a public sample/seed prefix and an existential tuple.
- internalGates : ℕ
Number of internal gates in the predicate circuit.
- circuit : Circuit Basis.andOr2 (hashCellPredicateInputWidth beta arity prefixLength rangeWidth) 1 self.internalGates
The fixed predicate circuit for these anti-checker parameters.
- implements (input : BitString (counterInputWidth arity prefixLength)) (seed : BitString (PairwiseIndependentHash.affineSeedWidth (counterSurvivorPowerWidth beta arity) rangeWidth)) (witness : Fin (counterSurvivorPowerWidth beta arity) → Bool) : self.circuit.eval (Fin.append (hashCellPublicInput beta input seed) witness) 0 = decide (HashCellWitness arity (smallThreshold beta arity) (roundPrecision arity) rangeWidth input seed witness)
Exact agreement with the semantic hash-cell witness relation.
Instances For
Tagged serialized code of the positive-input predicate circuit.
Instances For
The exact-width zero ruler for the existential powered-survivor tuple.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Canonical fixed-prefix circuit-satisfiability query for one sample input and affine hash seed.
Equations
- One or more equations did not get rendered due to their size.