subMul

Fused subtract-multiply

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