Org.BouncyCastle.Math.EC.AbstractFpPoint
namespace Org.BouncyCastle.Math.EC
{
public abstract class AbstractFpPoint : ECPointBase
{
protected AbstractFpPoint(ECCurve curve, ECFieldElement x, ECFieldElement y);
protected AbstractFpPoint(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs);
}
}