Polynomial.smali

.class public interface abstract Lorg/spongycastle/pqc/math/ntru/polynomial/Polynomial;
.super Ljava/lang/Object;
.source "Polynomial.java"


# virtual methods
.method public abstract mult(Lorg/spongycastle/pqc/math/ntru/polynomial/BigIntPolynomial;)Lorg/spongycastle/pqc/math/ntru/polynomial/BigIntPolynomial;
.end method

.method public abstract mult(Lorg/spongycastle/pqc/math/ntru/polynomial/IntegerPolynomial;)Lorg/spongycastle/pqc/math/ntru/polynomial/IntegerPolynomial;
.end method

.method public abstract mult(Lorg/spongycastle/pqc/math/ntru/polynomial/IntegerPolynomial;I)Lorg/spongycastle/pqc/math/ntru/polynomial/IntegerPolynomial;
.end method

.method public abstract toIntegerPolynomial()Lorg/spongycastle/pqc/math/ntru/polynomial/IntegerPolynomial;
.end method