| Constructor and Description |
|---|
Ed25519Curve() |
| Modifier and Type | Method and Description |
|---|---|
static Ed25519Curve |
ed25519()
Gets the Ed25519 instance.
|
java.math.BigInteger |
getGroupOrder()
Gets the group order.
|
java.math.BigInteger |
getHalfGroupOrder()
Gets the group order / 2.
|
java.lang.String |
getName()
Gets the name of the curve.
|
public static Ed25519Curve ed25519()
public java.lang.String getName()
Curvepublic java.math.BigInteger getGroupOrder()
CurvegetGroupOrder in interface Curvepublic java.math.BigInteger getHalfGroupOrder()
CurvegetHalfGroupOrder in interface Curve