Class Reduce
java.lang.Object
org.bouncycastle.pqc.crypto.mlkem.Reduce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic shortbarretReduce(short a) static shortconditionalSubQ(short a) static shortmontgomeryReduce(int a)
-
Constructor Details
-
Reduce
Reduce()
-
-
Method Details
-
montgomeryReduce
public static short montgomeryReduce(int a) -
barretReduce
public static short barretReduce(short a) -
conditionalSubQ
public static short conditionalSubQ(short a)
-