nafLookupTable5 class

A dynamic lookup table for variable-base, constant-time scalar muls.

Constructors

nafLookupTable5()

Properties

hashCode int
The hash code for this object.
no setteroverride
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
Given odd x with 0 < x < 2^4, return x*Q (in variable time).
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override