mirror of
https://github.com/arnaucube/math.git
synced 2026-01-11 08:21:31 +01:00
paper-notes: Add modified IPA (from Halo)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user