Skip to content

Commit

Permalink
corrected variables in proof1 and proof2
Browse files Browse the repository at this point in the history
  • Loading branch information
martawleklinska committed Aug 9, 2024
1 parent 7f8ca0c commit 57c66aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zkmarek/video/slides/e4/proof.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ def construct(self):
self.opening5.next_to(self.opening, DOWN)
self.opening6.next_to(self.opening, DOWN)
self.opening7.next_to(self.opening, DOWN)
self.commitment.next_to(self.equation, DOWN)
self.proof.next_to(self.commitment, DOWN)
self.verification.to_edge(DOWN)

self.tau = FieldElement(33, 41)
self.value_at_tau = poly(self.tau)
Expand Down

0 comments on commit 57c66aa

Please sign in to comment.