mirror of
https://github.com/arnaucube/math.git
synced 2026-01-11 08:21:31 +01:00
add typos.toml config and fix typos
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user