TernaryPolynomial.smali

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

# interfaces
.implements Lorg/spongycastle/pqc/math/ntru/polynomial/Polynomial;


# virtual methods
.method public abstract clear()V
.end method

.method public abstract getNegOnes()[I
.end method

.method public abstract getOnes()[I
.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 size()I
.end method