public class ECAlgorithms extends Object
| Constructor and Description |
|---|
ECAlgorithms() |
| Modifier and Type | Method and Description |
|---|---|
static ECPoint |
shamirsTrick(ECPoint P,
BigInteger k,
ECPoint Q,
BigInteger l) |
static ECPoint |
sumOfTwoMultiplies(ECPoint P,
BigInteger a,
ECPoint Q,
BigInteger b) |
public static ECPoint sumOfTwoMultiplies(ECPoint P, BigInteger a, ECPoint Q, BigInteger b)
public static ECPoint shamirsTrick(ECPoint P, BigInteger k, ECPoint Q, BigInteger l)
Copyright © 2015. All rights reserved.