Uses of Interface
org.bouncycastle.math.ec.PreCompInfo
-
Packages that use PreCompInfo Package Description org.bouncycastle.math.ec org.bouncycastle.math.ec.endo -
-
Uses of PreCompInfo in org.bouncycastle.math.ec
Classes in org.bouncycastle.math.ec that implement PreCompInfo Modifier and Type Class Description class
FixedPointPreCompInfo
Class holding precomputation data for fixed-point multiplications.class
WNafPreCompInfo
Class holding precomputation data for the WNAF (Window Non-Adjacent Form) algorithm.class
WTauNafPreCompInfo
Class holding precomputation data for the WTNAF (Windowτ
-adic Non-Adjacent Form) algorithm.Methods in org.bouncycastle.math.ec that return PreCompInfo Modifier and Type Method Description PreCompInfo
ECCurve. getPreCompInfo(ECPoint point, String name)
PreCompInfo
ECCurve. precompute(ECPoint point, String name, PreCompCallback callback)
Compute aPreCompInfo
for a point on this curve, under a given name.PreCompInfo
PreCompCallback. precompute(PreCompInfo existing)
Methods in org.bouncycastle.math.ec with parameters of type PreCompInfo Modifier and Type Method Description static FixedPointPreCompInfo
FixedPointUtil. getFixedPointPreCompInfo(PreCompInfo preCompInfo)
static WNafPreCompInfo
WNafUtil. getWNafPreCompInfo(PreCompInfo preCompInfo)
PreCompInfo
PreCompCallback. precompute(PreCompInfo existing)
-
Uses of PreCompInfo in org.bouncycastle.math.ec.endo
Classes in org.bouncycastle.math.ec.endo that implement PreCompInfo Modifier and Type Class Description class
EndoPreCompInfo
-