barustenberg icon indicating copy to clipboard operation
barustenberg copied to clipboard

TODOs in `plonk/proof_system/prover.rs`

Open Autoparallel opened this issue 1 year ago • 2 comments

Prover

We need to implement:

  • [ ] copy_placeholder()
  • [ ] add_polynomial_evaluations_to_transcript() (not defined in barettenberg)
  • [ ] compute_batch_opening_polynomial() (not defined in barettenberg)
  • [ ] init_quotient_polynomial()
  • [ ] compute_opening_elements()
  • [ ] get_circuit_size()

May need more help and comments here for the functions not implemented in barettenberg.

Autoparallel avatar Jul 23 '23 10:07 Autoparallel