Package 

Class RistrettoGeneratorTable

  • All Implemented Interfaces:

    
    public final class RistrettoGeneratorTable
    
                        

    A pre-computed table of multiples of a Ristretto generator, for accelerating fixed-base scalar multiplication.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final EdwardsBasepointTable getTable() Create a table of pre-computed multiples of generator.
      final RistrettoElement multiply(Scalar s) Constant-time fixed-base scalar multiplication.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait