On Thursday, July 30, 2015 at 5:09:41 PM UTC-4, jean-pierre.muench wrote:
>
> I'd guess he's meaning this line:
>
> Yes, the build under MinGW-32 is now successfull, but the *cryptest.exe v 
> *command crashes on Testing MessageDigest algorithm SHA-1.
>
> from an earlier date (right before the MingW64 crashes IIRC).
>
> And I'd also guess that more details is always helpful in case of crashes 
> (what did the debugger tell you (if you used one)? what was the call trace? 
> What was the exact error message? (was there even one?)?
>

Just taking a stab in the dark, it could be the -O3 optimizations, too. 
That's easy enough to test:

    export CXXFLAGS="-O2"
    make

I know exactly where the problem is. What I don't know is what gets us into 
the state (the state is 'this = 0x11'). And it s always in MQV's use of 
GetEncodedElementSize (see line 76 at 
http://www.cryptopp.com/docs/ref/eccrypto_8h_source.html).

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
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.

Reply via email to