final class ECUtil extends Object
Key operations include:
| Constructor and Description |
|---|
ECUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ECPoint | scalarMult(ECPoint p,
BigInteger kin,
EllipticCurve curve)Scalar multiplication on the curve. |
public static ECPoint scalarMult(ECPoint p, BigInteger kin, EllipticCurve curve)