Class Reduce
java.lang.Object
org.bouncycastle.pqc.crypto.mlkem.Reduce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static shortbarrettReduce(short a) (package private) static intcheckModulus(short a) (package private) static shortcondSubQ(short a) (package private) static shortmontgomeryReduce(int a)
-
Constructor Details
-
Reduce
Reduce()
-
-
Method Details
-
montgomeryReduce
static short montgomeryReduce(int a) -
barrettReduce
static short barrettReduce(short a) -
condSubQ
static short condSubQ(short a) -
checkModulus
static int checkModulus(short a)
-