botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
mul64x64_128
botan
utils
mul128
Perform a 64x64.128 bit multiplication TODO: Optimize this further
pure
void
mul64x64_128
(
ulong
a
,
ulong
b
,
ref
ulong
[2]
res
)
Meta
Source
See Implementation
botan
utils
mul128
functions
mul64x64_128
Perform a 64x64.128 bit multiplication TODO: Optimize this further