Bls12Fp.one constructor

Bls12Fp.one()

One element of the BLS12-381 base field.

Implementation

factory Bls12Fp.one() {
  return Bls12Fp([
    BigInt.parse('0x760900000002fffd'),
    BigInt.parse('0xebf4000bc40c0002'),
    BigInt.parse('0x5f48985753c758ba'),
    BigInt.parse('0x77ce585370525745'),
    BigInt.parse('0x5c071a97a256ec6d'),
    BigInt.parse('0x15f65ec3fa80e493'),
  ]);
}