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

ECLookupTable

interface ECLookupTable
namespace Renci.SshNet.Security.Org.BouncyCastle.Math.EC { internal interface ECLookupTable { int Size { get; } ECPoint Lookup(int index); } }