Package org.bouncycastle.math.ec
Class FixedPointPreCompInfo
java.lang.Object
org.bouncycastle.math.ec.FixedPointPreCompInfo
- All Implemented Interfaces:
PreCompInfo
Class holding precomputation data for fixed-point multiplications.
-
Field Summary
Modifier and TypeFieldDescriptionprotected ECLookupTable
Lookup table for the precomputedECPoint
s used for a fixed point multiplication.protected ECPoint
protected int
The width used for the precomputation. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getWidth()
void
setLookupTable
(ECLookupTable lookupTable) void
void
setWidth
(int width)
-
Field Details
-
offset
-
lookupTable
Lookup table for the precomputedECPoint
s used for a fixed point multiplication. -
width
protected int widthThe width used for the precomputation. If a larger width precomputation is already available this may be larger than was requested, so calling code should refer to the actual width.
-
-
Constructor Details
-
FixedPointPreCompInfo
public FixedPointPreCompInfo()
-
-
Method Details
-
getLookupTable
-
setLookupTable
-
getOffset
-
setOffset
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width)
-