Class Ntt
java.lang.Object
org.bouncycastle.pqc.crypto.mlkem.Ntt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ZETAS
static final short[] ZETAS -
ZETAS_INV
static final short[] ZETAS_INV
-
-
Constructor Details
-
Ntt
Ntt()
-
-
Method Details
-
mulMont
static short mulMont(short a, short b) -
ntt
static void ntt(short[] r) -
invNtt
static void invNtt(short[] r) -
baseMult
static void baseMult(short[] r, int off, short a0, short a1, short b0, short b1, short zeta)
-