Skip to main content

Module lookup

Module lookup 

Source
Expand description

Precomputed lookup tables which allow multiples of an elliptic curve point to be selected in constant time.

Structs§

LookupTable
Lookup table containing precomputed values [p, 2p, 3p, ..., 8p]

Constants§

LUT_SIZE 🔒
Internal constant for the number of entries in a LookupTable.