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