<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />

WNafPreCompInfo

public class WNafPreCompInfo : PreCompInfo
protected int m_confWidth

protected ECPoint[] m_preComp

protected ECPoint[] m_preCompNeg

protected ECPoint m_twice

protected int m_width

public virtual int ConfWidth { get; set; }

public virtual bool IsPromoted { get; }

public virtual ECPoint[] PreComp { get; set; }

public virtual ECPoint[] PreCompNeg { get; set; }

public virtual ECPoint Twice { get; set; }

public virtual int Width { get; set; }

public WNafPreCompInfo()