<PackageReference Include="BouncyCastle.Cryptography" Version="2.7.0-beta.98" />
ECLookupTable
namespace Org.
BouncyCastle.
Math.
EC
{
public interface ECLookupTable
{
int Size { get; }
ECPoint Lookup(
int index);
ECPoint LookupVar(
int index);
}
}