Class SimpleLookupTable

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getSize()  
      ECPoint lookup​(int index)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleLookupTable

        public SimpleLookupTable​(ECPoint[] points,
                                 int off,
                                 int len)