public class ECAlgorithms
extends java.lang.Object
Constructor and Description |
---|
ECAlgorithms() |
Modifier and Type | Method and Description |
---|---|
private static ECPoint |
implShamirsTrick(ECPoint P,
java.math.BigInteger k,
ECPoint Q,
java.math.BigInteger l) |
static ECPoint |
shamirsTrick(ECPoint P,
java.math.BigInteger k,
ECPoint Q,
java.math.BigInteger l) |
static ECPoint |
sumOfTwoMultiplies(ECPoint P,
java.math.BigInteger a,
ECPoint Q,
java.math.BigInteger b) |