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.
Provide support for using the GLV method to take advantage of the efficiently computable endomorphisms
on "Koblitz" curves e.g.
-
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.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 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