7 lines
94 B
C#
7 lines
94 B
C#
namespace Org.BouncyCastle.Math.EC;
|
|
|
|
public interface ECPointMap
|
|
{
|
|
ECPoint Map(ECPoint p);
|
|
}
|