Uses of Interface
org.bouncycastle.math.ec.PreCompCallback
-
Packages that use PreCompCallback Package Description org.bouncycastle.math.ec 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 PreCompCallback Modifier and Type Method Description PreCompInfo
ECCurve. precompute(ECPoint point, java.lang.String name, PreCompCallback callback)
Compute aPreCompInfo
for a point on this curve, under a given name.
-