Uses of Class
org.bouncycastle.math.ec.ECPoint.AbstractF2m
Packages that use ECPoint.AbstractF2m
Package
Description
Low-level API for performing calculations on elliptic curves, in particular point addition, point doubling,
and efficient scalar multiplication.
-
Uses of ECPoint.AbstractF2m in org.bouncycastle.math.ec
Subclasses of ECPoint.AbstractF2m in org.bouncycastle.math.ecFields in org.bouncycastle.math.ec declared as ECPoint.AbstractF2mModifier and TypeFieldDescriptionprotected ECPoint.AbstractF2m[]
WTauNafPreCompInfo.preComp
Array holding the precomputedECPoint.AbstractF2m
s used for the WTNAF multiplication.Methods in org.bouncycastle.math.ec that return ECPoint.AbstractF2mModifier and TypeMethodDescriptionWTauNafPreCompInfo.getPreComp()
ECPoint.AbstractF2m.tau()
ECPoint.AbstractF2m.tauPow
(int pow) Methods in org.bouncycastle.math.ec with parameters of type ECPoint.AbstractF2mModifier and TypeMethodDescriptionvoid
WTauNafPreCompInfo.setPreComp
(ECPoint.AbstractF2m[] preComp)