Uses of Interface
org.bouncycastle.math.ec.PreCompInfo
Packages that use PreCompInfo
Package
Description
Low-level API for performing calculations on elliptic curves, in particular point addition, point doubling,
and efficient scalar multiplication.
-
Uses of PreCompInfo in org.bouncycastle.math.ec
Classes in org.bouncycastle.math.ec that implement PreCompInfoModifier and TypeClassDescriptionclass
Class holding precomputation data for fixed-point multiplications.class
Class holding precomputation data for the WNAF (Window Non-Adjacent Form) algorithm.class
Class holding precomputation data for the WTNAF (Windowτ
-adic Non-Adjacent Form) algorithm.Fields in org.bouncycastle.math.ec with type parameters of type PreCompInfoMethods in org.bouncycastle.math.ec that return PreCompInfoModifier and TypeMethodDescriptionECCurve.getPreCompInfo
(ECPoint point, String name) ECCurve.precompute
(ECPoint point, String name, PreCompCallback callback) Compute aPreCompInfo
for 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 FixedPointPreCompInfo
FixedPointUtil.getFixedPointPreCompInfo
(PreCompInfo preCompInfo) static WNafPreCompInfo
WNafUtil.getWNafPreCompInfo
(PreCompInfo preCompInfo) PreCompCallback.precompute
(PreCompInfo existing)