Module seec::secret

source ·
Expand description

High-level Secret API to construct a circuit.

Structs§

Functions§

  • Reduce the slice of Secrets with the provided operation. The operation can be a closure or simply one of the operations implemented on Secrets, like BitAnd.
    The circuit will be constructed such that the depth is minimal.