fail-blsMapG2.json 1.2 KB

12345678910111213141516171819202122
  1. [
  2. {
  3. "Input": "",
  4. "ExpectedError": "invalid input length",
  5. "Name": "bls_mapg2_empty_input"
  6. },
  7. {
  8. "Input": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  9. "ExpectedError": "invalid input length",
  10. "Name": "bls_mapg2_short_input"
  11. },
  12. {
  13. "Input": "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  14. "ExpectedError": "invalid field element top bytes",
  15. "Name": "bls_mapg2_top_bytes"
  16. },
  17. {
  18. "Input": "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001a0111ea397fe69a4b1ba7b6434bacd764774b84f38512bf6730d2a0f6b0f6241eabfffeb153ffffb9feffffffffaaac",
  19. "ExpectedError": "must be less than modulus",
  20. "Name": "bls_mapg2_invalid_fq_element"
  21. }
  22. ]