Module simple_arith_circuit::builder
source · [−]Expand description
This module implements functions for building / extending circuits.
Functions
Adds an equality check to binary
circuit
such that the new circuit
outputs zero if the outputs of the old circuit match values
.Adds an equality check to
circuit
such that the new circuit
outputs zero if the output of the old circuit is value
.