Renci.SshNet.Security.Org.BouncyCastle.Math.EC.AbstractFpPoint
namespace Renci.SshNet.Security.Org.BouncyCastle.Math.EC
{
internal abstract class AbstractFpPoint : ECPointBase
{
protected AbstractFpPoint(ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression);
protected AbstractFpPoint(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, bool withCompression);
}
}