subMul

Fused subtract-multiply

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

Parameters

a BigInt

an integer

b BigInt

an integer

c BigInt

an integer

Return Value

Type: BigInt

(a-b)*c

Meta