Holds odd multiples 1A, 3A, ..., 15A of a point A.
Given public, odd x with 0 < x < 2^4, return xA.
Static
Create a lookup table from a group element A. The table contains [A, 3A, 5A, 7A, 9A, 11A, 13A, 15A].
Holds odd multiples 1A, 3A, ..., 15A of a point A.