init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Org.BouncyCastle.Math.EC;
|
||||
|
||||
public interface ECLookupTable
|
||||
{
|
||||
int Size { get; }
|
||||
|
||||
ECPoint Lookup(int index);
|
||||
}
|
||||
Reference in New Issue
Block a user