paper-notes: Add modified IPA (from Halo)

This commit is contained in:
2022-07-18 21:20:31 +02:00
parent 9bdd887377
commit e52ff3a039
6 changed files with 122 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ def print_ring(a):
print(i, a[i])
print("")
class Prover(object):
class Prover:
def __init__(self, F, g):
self.F = F # Z_p
self.g = g # elliptic curve generator