Uses of Interface
org.bouncycastle.math.ec.PreCompCallback
Packages that use PreCompCallback
Package
Description
Low-level API for performing calculations on elliptic curves, in particular point addition, point doubling,
and efficient scalar multiplication.
-
Uses of PreCompCallback in org.bouncycastle.math.ec
Methods in org.bouncycastle.math.ec with parameters of type PreCompCallbackModifier and TypeMethodDescriptionECCurve.precompute
(ECPoint point, String name, PreCompCallback callback) Compute aPreCompInfo
for a point on this curve, under a given name.