botan ~master (2020-08-19T17:56:38Z)
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