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