Module proof_system::prover

source ·
Expand description

Code for the prover to generate a Proof

Structs§

  • The LegoGroth16 randomness and proof to reuse when creating the composite proof. This is more efficient than generating a new proof.
  • The SAVER randomness, ciphertext and proof to reuse when creating the composite proof. This is more efficient than generating a new ciphertext and proof.
  • Passed to the prover during proof creation