Expand description
The zero-balance proof instruction.
A zero-balance proof is defined with respect to a twisted ElGamal ciphertext. The proof
certifies that a given ciphertext encrypts the message 0 in the field (Scalar::ZERO
). To
generate the proof, a prover must provide the decryption key for the ciphertext.
Structsยง
- The context data needed to verify a zero-balance proof.
- The instruction data that is needed for the
ProofInstruction::ZeroBalance
instruction.