Class IntEuclidean
java.lang.Object
org.bouncycastle.pqc.legacy.math.ntru.euclid.IntEuclidean
Extended Euclidean Algorithm in
int
s-
Field Summary
Fields -
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
gcd
public int gcd
-
-
Method Details
-
calculate
- Parameters:
a
-b
-- Returns:
- a
IntEuclidean
object that contains the result in the variablesx
,y
, andgcd
-