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

@@ -325,7 +325,7 @@ class TestORProof(unittest.TestCase):
# Alice generates key pair
X = alice.new_key()
Xs.insert(0, X) # add X at the begining of Xs array
Xs.insert(0, X) # add X at the beginning of Xs array
# Alice generates commitments (internally running the simulator)
As = alice.gen_commitments(Xs)