Uses of Interface
org.bouncycastle.math.ec.ECLookupTable
Packages that use ECLookupTable
Package
Description
Low-level API for performing calculations on elliptic curves, in particular point addition, point doubling,
and efficient scalar multiplication.
Custom, optimized implementations of the SEC curves.
-
Uses of ECLookupTable in org.bouncycastle.math.ec
Fields in org.bouncycastle.math.ec declared as ECLookupTableModifier and TypeFieldDescriptionprotected ECLookupTable
FixedPointPreCompInfo.lookupTable
Lookup table for the precomputedECPoint
s used for a fixed point multiplication.Methods in org.bouncycastle.math.ec that return ECLookupTableModifier and TypeMethodDescriptionECCurve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) Create a cache-safe lookup table for the specified sequence of points.ECCurve.F2m.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) FixedPointPreCompInfo.getLookupTable()
Methods in org.bouncycastle.math.ec with parameters of type ECLookupTableModifier and TypeMethodDescriptionvoid
FixedPointPreCompInfo.setLookupTable
(ECLookupTable lookupTable) -
Uses of ECLookupTable in org.bouncycastle.math.ec.custom.sec
Methods in org.bouncycastle.math.ec.custom.sec that return ECLookupTableModifier and TypeMethodDescriptionSecP128R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecP160K1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecP160R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecP160R2Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecP192K1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecP192R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecP224K1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecP224R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecP256K1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecP256R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecP384R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecP521R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT113R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT113R2Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT131R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT131R2Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT163K1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT163R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT163R2Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT193R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT193R2Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT233K1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT233R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT239K1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT283K1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT283R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT409K1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT409R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT571K1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len) SecT571R1Curve.createCacheSafeLookupTable
(ECPoint[] points, int off, int len)