2019-07-30 03:11:59 +02:00
..
2019-07-30 03:11:59 +02:00
2019-07-01 11:22:18 +08:00
2019-07-16 14:27:34 +08:00

BLS Test Generator

Explanation of BLS12-381 type hierarchy The base unit is bytes48 of which only 381 bits are used

  • FQ: uint381 modulo field modulus
  • FQ2: (FQ, FQ)
  • G2: (FQ2, FQ2, FQ2)

Resources

Comments

Compared to Zcash, Ethereum specs always requires the compressed form (c_flag / most significant bit always set). Also note that pubkeys and privkeys are reversed.