Bls12Fp

Git Source

BLS12-377 prime field.

struct Bls12Fp {
    uint256 a;
    uint256 b;
}