Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PolynomialExtensionField.java « field « math « bouncycastle « org « java « main « src « core - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aedcbee38e11602f1cd35ecfb13c2734112b60f0 (plain)
1
2
3
4
5
6
package org.bouncycastle.math.field;

public interface PolynomialExtensionField extends ExtensionField
{
    Polynomial getMinimalPolynomial();
}