mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.2 KiB
22 lines
1.2 KiB
4 years ago
|
[
|
||
|
{
|
||
|
"Input": "",
|
||
|
"ExpectedError": "invalid input length",
|
||
|
"Name": "bls_mapg2_empty_input"
|
||
|
},
|
||
|
{
|
||
|
"Input": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
||
|
"ExpectedError": "invalid input length",
|
||
|
"Name": "bls_mapg2_short_input"
|
||
|
},
|
||
|
{
|
||
|
"Input": "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
||
|
"ExpectedError": "invalid field element top bytes",
|
||
|
"Name": "bls_mapg2_top_bytes"
|
||
|
},
|
||
|
{
|
||
|
"Input": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaaac",
|
||
|
"ExpectedError": "must be less than modulus",
|
||
|
"Name": "bls_mapg2_invalid_fq_element"
|
||
|
}
|
||
|
]
|