Expand description
Module containing a contract’s types and functions.
library EdOnBN254 {
struct EdOnBN254Point { uint256 x; uint256 y; }
}
Structs§
- EdOnB
N254 Instance - A
EdOnBN254
instance. - EdOnB
N254 Point
Module containing a contract’s types and functions.
library EdOnBN254 {
struct EdOnBN254Point { uint256 x; uint256 y; }
}
EdOnBN254
instance.