blob: 7ff5c6a4106cb7fbd67dcc593db0969f3abc379e [file] [log] [blame]
package org.bouncycastle.math.ec;
public interface ECLookupTable
{
int getSize();
ECPoint lookup(int index);
}