mulAdd

Fused multiply-add

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
mulAdd
()
(
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