From 19e155a9529015596172c9f7d5f76a7955be8cbf Mon Sep 17 00:00:00 2001 From: Antonio Sanso Date: Wed, 6 Mar 2024 20:10:47 +0100 Subject: [PATCH] Update add_G1_bls.md --- formats/add_G1_bls.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/formats/add_G1_bls.md b/formats/add_G1_bls.md index 9c6a05e..44f6cb7 100644 --- a/formats/add_G1_bls.md +++ b/formats/add_G1_bls.md @@ -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, @@ -19,3 +19,5 @@ The test data is declared in a 'json' file: ] ``` +All byte(s) fields are encoded as strings, hexadecimal encoding +