Botan

64x64.128 bit multiply operation

License
Botan is released under the Simplified BSD License (see LICENSE.md)

pure void  mul64x64_128(ulong a, ulong b, ref ulong[2] res);

Perform a 64x64.128 bit multiplication

TODO:
Optimize this further