Changes between Initial Version and Version 4 of Ticket #9231
- Timestamp:
- Oct 12, 2013, 8:38:53 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9231
- Property Owner set to
- Property Status new → closed
- Property Component None → multiprecision
- Property Resolution → fixed
-
Ticket #9231 – Description
initial v4 1 1 Hi, we're using your MP library, with the cpp_int_backend and fixed sized numbers, along with the "Maybe Boost Hash" library to implement lightweight RSA signature verification (previously done with LibTomCrypt+LibTomMath), so first of all thanks for making this possible ;) 2 2 3 Unless otherwise stated, always assume I'm using MSVC10 32bit (with /Oxs /GL /LTCG) with the above use case (fixed size cpp_ints)...3 Unless otherwise stated, always assume I'm using MSVC10 32bit (with /Oxs /GL /LTCG) with the above use case (fixed sized, unchecked, unsigned cpp_ints)... 4 4 5 5 Now, onto the issues ;D