add typos.toml config and fix typos

This commit is contained in:
2024-03-16 11:36:56 +01:00
parent a8949595a5
commit 4828f66236
24 changed files with 51 additions and 26 deletions

View File

@@ -184,7 +184,7 @@ class IPA_halo:
return a[0], l, r, L, R
def verify(self, P, a, v, x_powers, r, u, U, lj, rj, L, R):
print("methid verify()")
print("method verify()")
# compute P' = P + [v] U
P = P + int(v) * U
@@ -323,7 +323,7 @@ h = 1
q = g.order()
Fq = GF(q)
# simplier curve values
# simpler curve values
# p = 19
# Fp = GF(p)
# E = EllipticCurve(Fp,[0,3])