MillerLoopDriverBls12 constructor

MillerLoopDriverBls12({
  1. required List<(G1NativeAffinePoint, G2NativePrepared)> terms,
  2. int index = 0,
})

Implementation

MillerLoopDriverBls12({required this.terms, int index = 0}) : _index = index;