gcd

Compute the greatest common divisor

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
gcd
()
(
auto const ref BigInt a
,
auto const ref BigInt b
)

Parameters

a BigInt

positive integer x

b BigInt

positive integer y

Return Value

Type: BigInt

gcd(x,y)

Meta