<PackageReference Include="SSH.NET" Version="2020.0.1" />

Renci.SshNet.Security.Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo

namespace Renci.SshNet.Security.Org.BouncyCastle.Math.EC.Multiplier { internal class FixedPointPreCompInfo : PreCompInfo { protected ECPoint m_offset; protected ECLookupTable m_lookupTable; protected int m_width; public virtual ECLookupTable LookupTable { get; set; } public virtual ECPoint Offset { get; set; } public virtual int Width { get; set; } public FixedPointPreCompInfo(); } }