Crate phoenix_circuits
source ·Expand description
Phoenix’s circuits and gadgets.
Modules§
- ElGamal asymmetric cipher ElGamal asymmetric cipher This module implements the ElGamal asymmetric cipher. It allows to encrypt, decrypt, and prove encryption in Zero-Knowledge of JubJub points.
Structs§
- Struct holding all information needed by the transfer circuit regarding the transaction input-notes.
- Struct holding all information needed by the transfer circuit regarding the transaction output-notes.
- Declaration of the transaction circuit calling the [
gadget
].