Class IntEuclidean
- java.lang.Object
-
- org.bouncycastle.pqc.math.ntru.euclid.IntEuclidean
-
public class IntEuclidean extends java.lang.Object
Extended Euclidean Algorithm inint
s
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntEuclidean
calculate(int a, int b)
-
-
-
Method Detail
-
calculate
public static IntEuclidean calculate(int a, int b)
- Parameters:
a
-b
-- Returns:
- a
IntEuclidean
object that contains the result in the variablesx
,y
, andgcd
-
-