Skip to content

Commit

Permalink
Update mul_G2_bls.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asanso authored Mar 6, 2024
1 parent 6e5e14e commit a97022f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions formats/mul_G2_bls.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ The test data is declared in a 'json' file:
```
[
{
"Input": 160 bytes as an input that is interpreted as byte concatenation of encoding of G1 point (128 bytes) and encoding of a scalar value (32 bytes),
"Input": call expects 288 bytes as an input that is interpreted as byte concatenation
of encoding of G2 point (256 bytes) and encoding of a scalar value (32 bytes).,
"Name": the name of the test,
"Expected": single G1 point 128 bytes,
"Expected": single G2 point 256 bytes,
"Gas": the cost of the gas,
"NoBenchmark": True/False
},
Expand Down

0 comments on commit a97022f

Please sign in to comment.