On Wednesday, December 5, 2018 at 8:31:15 AM UTC-5, [email protected] wrote: > > thank you very much! This also works for the current ms compiler. I will > use it as temporary fix. >
Thanks. I was not aware of an issue on MS platforms. I had some time to look at this in more detail. Confirmed Microsoft is also incorrect. Both GCC and MS use the inline assembly. Clang is OK because we have to disable ASM for this algorithm. I'm guessing the problem is with the inline assembly. I also tested back to Crypto++ 5.6.2 and it had the same problem. We're tracking this at https://github.com/weidai11/cryptopp/issues/758 . Jeff -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
