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

Renci.SshNet.Security.Org.BouncyCastle.Math.Field.GF2Polynomial

namespace Renci.SshNet.Security.Org.BouncyCastle.Math.Field { internal class GF2Polynomial : IPolynomial { protected readonly int[] exponents; public virtual int Degree { get; } public virtual int[] GetExponentsPresent(); } }