G2NativePrepared class
Precomputes Miller loop coefficients for a G2 point to speed up pairings.
Constructors
-
G2NativePrepared({required List<
(Bls12NativeFp2, Bls12NativeFp2, Bls12NativeFp2)> coeffs, required bool infinity}) -
const
- G2NativePrepared.fromG2(G2NativeAffinePoint q)
-
factory
Properties
-
coeffs
→ List<
(Bls12NativeFp2, Bls12NativeFp2, Bls12NativeFp2)> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- infinity → bool
-
Whether the point is the point at infinity.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited