Uses of Interface
org.gudy.bouncycastle.math.ec.PreCompInfo
Packages that use PreCompInfo
-
Uses of PreCompInfo in org.gudy.bouncycastle.math.ec
Fields in org.gudy.bouncycastle.math.ec declared as PreCompInfoMethods in org.gudy.bouncycastle.math.ec with parameters of type PreCompInfoModifier and TypeMethodDescriptionECMultiplier.multiply
(ECPoint p, BigInteger k, PreCompInfo preCompInfo) Multiplies theECPoint p
byk
, i.e.FpNafMultiplier.multiply
(ECPoint p, BigInteger k, PreCompInfo preCompInfo) D.3.2 pg 101(package private) void
ECPoint.setPreCompInfo
(PreCompInfo preCompInfo) Sets thePreCompInfo
.