-
- All Implemented Interfaces:
public class RistrettoElement.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final RistrettoElementIDENTITYprivate final RistrettoElementRISTRETTO_GENERATORprivate final RistrettoGeneratorTableRISTRETTO_GENERATOR_TABLEpublic final static RistrettoElement.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final RistrettoElementgetIDENTITY()final RistrettoElementgetRISTRETTO_GENERATOR()The ristretto255 generator, as a RistrettoElement. final RistrettoGeneratorTablegetRISTRETTO_GENERATOR_TABLE()Table containing pre-computed multiples of the ristretto255 generator. -
-
Method Detail
-
getIDENTITY
final RistrettoElement getIDENTITY()
-
getRISTRETTO_GENERATOR
final RistrettoElement getRISTRETTO_GENERATOR()
The ristretto255 generator, as a RistrettoElement.
-
getRISTRETTO_GENERATOR_TABLE
final RistrettoGeneratorTable getRISTRETTO_GENERATOR_TABLE()
Table containing pre-computed multiples of the ristretto255 generator.
-
-
-
-