nafLookupTable8 class
A dynamic lookup table for variable-base, constant-time scalar muls.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
points
→ List<
affineCached> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fromP3(
Point q) → void - This is not optimised for speed; fixed-base tables should be precomputed.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
selectInto(
affineCached dest, int x) → void - Given odd x with 0 < x < 2^7, return x*Q (in variable time).
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override