projLookupTable class
A dynamic lookup table for variable-base, constant-time scalar muls.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
points
→ List<
projCached> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fromP3(
Point q) → void - Builds a lookup table at runtime. Fast.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
selectInto(
projCached dest, int x) → void - Set dest to x*Q, where -8 <= x <= 8, in constant time.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited