com.fitbur.bouncycastle.math.field.Polynomial Maven / Gradle / Ivy
package com.fitbur.bouncycastle.math.field;
public interface Polynomial
{
int getDegree();
// BigInteger[] getCoefficients();
int[] getExponentsPresent();
// Term[] getNonZeroTerms();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy