MillerLoopDriverBls12 constructor
MillerLoopDriverBls12({
- required List<
(G1NativeAffinePoint, G2NativePrepared)> terms, - int index = 0,
Implementation
MillerLoopDriverBls12({required this.terms, int index = 0}) : _index = index;