-
- All Implemented Interfaces:
public final class EdwardsBasepointTableA pre-computed table of multiples of a basepoint, for accelerating fixed-base scalar multiplication.
-
-
Constructor Summary
Constructors Constructor Description EdwardsBasepointTable(EdwardsPoint basepoint)
-
Method Summary
Modifier and Type Method Description final EdwardsPointmultiply(Scalar s)Constant-time fixed-base scalar multiplication. -
-
Constructor Detail
-
EdwardsBasepointTable
EdwardsBasepointTable(EdwardsPoint basepoint)
-
-
Method Detail
-
multiply
final EdwardsPoint multiply(Scalar s)
Constant-time fixed-base scalar multiplication.
- Parameters:
s- the Scalar to multiply by.
-
-
-
-