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