init commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Org.BouncyCastle.Math.EC;
|
||||
|
||||
public interface ECPointMap
|
||||
{
|
||||
ECPoint Map(ECPoint p);
|
||||
}
|
||||
Reference in New Issue
Block a user