botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
mulAdd
botan
math
numbertheory
numthry
Fused multiply-add
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO
)
BigInt
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
Source
See Implementation
botan
math
numbertheory
numthry
functions
abs
checkPrime
fips1863ValidSize
gcd
generateDsaPrimes
inverseMod
inverseModOddModulus
isPrime
jacobi
lcm
lowZeroBits
montyInverse
mrTestIterations
mrWitness
mulAdd
powerMod
quickCheckPrime
randomPrime
randomSafePrime
ressol
square
subMul
verifyPrime
Fused multiply-add