History log of /vbox/src/VBox/Runtime/include/internal/bignum.mac
Revision Date Author Comments Expand
972c3ecf2c929440ce70e51af38ba021101c8f7b 52335 11-Aug-2014 vboxsync

RTBigNum: Added shift APIs, implemented a faster division algorithm, optimized multiplication on x86 & amd64.

400422edee24dcbb377417b13ed03412cc3a226b 52290 06-Aug-2014 vboxsync

RTBigNum: Two assembly optimizations related to RTBigNumModExp. Use 64-bit element type on 64-bit hosts (instead of 32-bit everywhere). Fixed some bugs in the bit operations, which apparently didn't affect x86 or AMD64.