Skip to content

Commit 89301aa

Browse files
committed
renaming
1 parent 4da7cf7 commit 89301aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def case01_add_G1():
331331
},
332332
{
333333
"Input": ""
334-
# G1 point (wrong order)
334+
# G1 point (not in correct subgroup)
335335
+ int_to_hex(int(G1_not_in_correct_subgroup[0]), 64)
336336
+ int_to_hex(int(G1_not_in_correct_subgroup[1]), 64)
337337
# G1 point
@@ -481,7 +481,7 @@ def case02_add_G2():
481481
},
482482
{
483483
"Input": ""
484-
# G2 point (wrong order)
484+
# G2 point (not in correct subgroup)
485485
+ int_to_hex(int(G2_not_in_correct_subgroup[0].coeffs[0]), 64)
486486
+ int_to_hex(int(G2_not_in_correct_subgroup[0].coeffs[1]), 64)
487487
+ int_to_hex(int(G2_not_in_correct_subgroup[1].coeffs[0]), 64)

0 commit comments

Comments
 (0)