Expand description
Module containing a contract’s types and functions.
library BN254 {
type BaseField is uint256;
type ScalarField is uint256;
struct G1Point { BaseField x; BaseField y; }
}
Structs§
- BN254
Instance - A
BN254
instance. - Base
Field - G1Point
- Scalar
Field