Renci.SshNet.Security.Org.BouncyCastle.Math.EC.Multiplier.WTauNafPreCompInfo
namespace Renci.SshNet.Security.Org.BouncyCastle.Math.EC.Multiplier
{
internal class WTauNafPreCompInfo : PreCompInfo
{
protected AbstractF2mPoint[] m_preComp;
public virtual AbstractF2mPoint[] PreComp { get; set; }
public WTauNafPreCompInfo();
}
}