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