Renci.SshNet.Security.Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo
namespace Renci.SshNet.Security.Org.BouncyCastle.Math.EC.Multiplier
{
internal class WNafPreCompInfo : PreCompInfo
{
protected ECPoint[] m_preComp;
protected ECPoint[] m_preCompNeg;
protected ECPoint m_twice;
public virtual ECPoint[] PreComp { get; set; }
public virtual ECPoint[] PreCompNeg { get; set; }
public virtual ECPoint Twice { get; set; }
public WNafPreCompInfo();
}
}