Skip to content

Commit

Permalink
Update add_G1_bls.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asanso authored Mar 6, 2024
1 parent 732e686 commit 19e155a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion formats/add_G1_bls.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The test data is declared in a 'json' file:
```
[
{
"Input": concatenation of two G1 points (128 bytes each),
"Input": 256 bytes as an input that is interpreted as byte concatenation of two G1 points (128 bytes each),
"Name": the name of the test,
"Expected": single G1 point 128 bytes,
"Gas": the cost of the gas,
Expand All @@ -19,3 +19,5 @@ The test data is declared in a 'json' file:
]
```

All byte(s) fields are encoded as strings, hexadecimal encoding

0 comments on commit 19e155a

Please sign in to comment.