Changes between Initial Version and Version 4 of Ticket #9231


Ignore:
Timestamp:
Oct 12, 2013, 8:38:53 AM (9 years ago)
Author:
Domagoj Šarić
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9231

    • Property Owner set to John Maddock
    • Property Status newclosed
    • Property Component Nonemultiprecision
    • Property Resolutionfixed
  • Ticket #9231 – Description

    initial v4  
    11Hi, 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 ;)
    22
    3 Unless otherwise stated, always assume I'm using MSVC10 32bit (with /Oxs /GL /LTCG) with the above use case (fixed size cpp_ints)...
     3Unless otherwise stated, always assume I'm using MSVC10 32bit (with /Oxs /GL /LTCG) with the above use case (fixed sized, unchecked, unsigned cpp_ints)...
    44
    55Now, onto the issues ;D