github.com/baptiste-b-pegasys/quorum/v22@v22.4.2/core/vm/testdata/precompiles/fail-blsMapG1.json (about)

     1  [
     2    {
     3      "Input": "",
     4      "ExpectedError": "invalid input length",
     5      "Name": "bls_mapg1_empty_input"
     6    },
     7    {
     8      "Input": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
     9      "ExpectedError": "invalid input length",
    10      "Name": "bls_mapg1_short_input"
    11    },
    12    {
    13      "Input": "00000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    14      "ExpectedError": "invalid field element top bytes",
    15      "Name": "bls_mapg1_top_bytes"
    16    },
    17    {
    18      "Input": "000000000000000000000000000000001a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaaac",
    19      "ExpectedError": "must be less than modulus",
    20      "Name": "bls_mapg1_invalid_fq_element"
    21    }
    22  ]