-
- All Implemented Interfaces:
public class EdwardsPoint.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final EdwardsPointIDENTITYprivate final EdwardsPointED25519_BASEPOINTprivate final EdwardsBasepointTableED25519_BASEPOINT_TABLEpublic final static EdwardsPoint.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final EdwardsPointgetIDENTITY()final EdwardsPointgetED25519_BASEPOINT()The Ed25519 basepoint, as an EdwardsPoint. final EdwardsBasepointTablegetED25519_BASEPOINT_TABLE()Table containing pre-computed multiples of the Ed25519 basepoint. -
-
Method Detail
-
getIDENTITY
final EdwardsPoint getIDENTITY()
-
getED25519_BASEPOINT
final EdwardsPoint getED25519_BASEPOINT()
The Ed25519 basepoint, as an EdwardsPoint.
-
getED25519_BASEPOINT_TABLE
final EdwardsBasepointTable getED25519_BASEPOINT_TABLE()
Table containing pre-computed multiples of the Ed25519 basepoint.
-
-
-
-