Uses of Interface
org.bouncycastle.math.ec.PreCompInfo
Packages that use PreCompInfo
-
Uses of PreCompInfo in org.bouncycastle.math.ec
Classes in org.bouncycastle.math.ec that implement PreCompInfoModifier and TypeClassDescriptionclassClass holding precomputation data for fixed-point multiplications.classClass holding precomputation data for the WNAF (Window Non-Adjacent Form) algorithm.classClass holding precomputation data for the WTNAF (Windowτ-adic Non-Adjacent Form) algorithm.Methods in org.bouncycastle.math.ec that return PreCompInfoModifier and TypeMethodDescriptionECCurve.getPreCompInfo(ECPoint point, String name) ECCurve.precompute(ECPoint point, String name, PreCompCallback callback) Compute aPreCompInfofor a point on this curve, under a given name.PreCompCallback.precompute(PreCompInfo existing) Methods in org.bouncycastle.math.ec with parameters of type PreCompInfoModifier and TypeMethodDescriptionstatic FixedPointPreCompInfoFixedPointUtil.getFixedPointPreCompInfo(PreCompInfo preCompInfo) static WNafPreCompInfoWNafUtil.getWNafPreCompInfo(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