Module identity_gate

Module identity_gate 

Source
Expand description

Identity gate id(z, x) determines whether the xth gate from the i + 1th layer contributes to the zth gate in the ith layer.

Structsยง

IdentityGate
The Identity Gate struct allows being able to select specific indices from the source_mle that are not necessarily regular.
IdentityGateLayerDescription
The circuit Description for an IdentityGate.
VerifierIdentityGateLayer
The layer representing a fully bound IdentityGate.