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

IPolynomial

public interface IPolynomial
namespace Org.BouncyCastle.Math.Field { public interface IPolynomial { int Degree { get; } int[] GetExponentsPresent(); } }