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
Classes in org.bouncycastle.math.ec that implement ECLookupTableFields in org.bouncycastle.math.ec declared as ECLookupTableModifier and TypeFieldDescriptionprotected ECLookupTableFixedPointPreCompInfo.lookupTableLookup table for the precomputedECPoints 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 TypeMethodDescriptionvoidFixedPointPreCompInfo.setLookupTable(ECLookupTable lookupTable) -
Uses of ECLookupTable in org.bouncycastle.math.ec.custom.djb
Methods in org.bouncycastle.math.ec.custom.djb that return ECLookupTableModifier and TypeMethodDescriptionCurve25519.createCacheSafeLookupTable(ECPoint[] points, int off, int len) -
Uses of ECLookupTable in org.bouncycastle.math.ec.custom.gm
Methods in org.bouncycastle.math.ec.custom.gm that return ECLookupTableModifier and TypeMethodDescriptionSM2P256V1Curve.createCacheSafeLookupTable(ECPoint[] points, int off, int len) -
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)