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
833 B
22 lines
833 B
[
|
|
{
|
|
"Input": "",
|
|
"ExpectedError": "invalid input length",
|
|
"Name": "bls_mapg1_empty_input"
|
|
},
|
|
{
|
|
"Input": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"ExpectedError": "invalid input length",
|
|
"Name": "bls_mapg1_short_input"
|
|
},
|
|
{
|
|
"Input": "00000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
"ExpectedError": "invalid field element top bytes",
|
|
"Name": "bls_mapg1_top_bytes"
|
|
},
|
|
{
|
|
"Input": "000000000000000000000000000000001a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaaac",
|
|
"ExpectedError": "must be less than modulus",
|
|
"Name": "bls_mapg1_invalid_fq_element"
|
|
}
|
|
] |