Package org.bouncycastle.math.ec
Class ECAlgorithms
java.lang.Object
org.bouncycastle.math.ec.ECAlgorithms
public class ECAlgorithms extends Object
-
Constructor Summary
Constructors Constructor Description ECAlgorithms() -
Method Summary
Modifier and Type Method Description static ECPointshamirsTrick(ECPoint P, BigInteger k, ECPoint Q, BigInteger l)static ECPointsumOfTwoMultiplies(ECPoint P, BigInteger a, ECPoint Q, BigInteger b)
-
Constructor Details
-
ECAlgorithms
public ECAlgorithms()
-
-
Method Details
-
sumOfTwoMultiplies
-
shamirsTrick
-