Uses of Class
org.bouncycastle.math.ec.WNafPreCompInfo
-
Packages that use WNafPreCompInfo 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 WNafPreCompInfo in org.bouncycastle.math.ec
Methods in org.bouncycastle.math.ec that return WNafPreCompInfo Modifier and Type Method Description static WNafPreCompInfoWNafUtil. getWNafPreCompInfo(ECPoint p)static WNafPreCompInfoWNafUtil. getWNafPreCompInfo(PreCompInfo preCompInfo)static WNafPreCompInfoWNafUtil. precompute(ECPoint p, int width, boolean includeNegated)
-