java.lang.Object
org.bouncycastle.pqc.crypto.mlkem.Ntt

class Ntt extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final short[]
     
    (package private) static final short[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Ntt()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) static void
    baseMult(short[] r, int off, short a0, short a1, short b0, short b1, short zeta)
     
    (package private) static void
    invNtt(short[] r)
     
    (package private) static short
    mulMont(short a, short b)
     
    (package private) static void
    ntt(short[] r)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)