botan v1.13.4 (2023-03-01T00:35: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