package org.bouncycastle.math.field;
/* loaded from: classes6.dex */
public interface Polynomial {
int getDegree();
int[] getExponentsPresent();
}