botan ~master (2022-02-12T10:32:24.1966592)
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