what-the-bank/sources/org/bouncycastle/math/field/Polynomial.java

9 lines
157 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.math.field;
/* loaded from: classes6.dex */
public interface Polynomial {
int getDegree();
int[] getExponentsPresent();
}