mulAdd

Fused multiply-add

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
mulAdd
(
const(BigInt)* a
,
const(BigInt)* b
,
const(BigInt)* c
)

Parameters

a const(BigInt)*

an integer

b const(BigInt)*

an integer

c const(BigInt)*

an integer

Return Value

Type: BigInt

(a*b)+c

Meta