Package org.bouncycastle.math.ec
Interface ECLookupTable
-
public interface ECLookupTable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getSize()
ECPoint
lookup(int index)
-
-
-
Method Detail
-
getSize
int getSize()
-
lookup
ECPoint lookup(int index)
-
-