Hm. So far we have: Mac OS 10.4 with "i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)" (me): succeeds Mac OS 10.5 with "i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)" (Kevin Reid): succeeds Mac OS 10.5 with gcc "i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)" (Brian Warner): fails Mac OS 10.5 with "gcc version 4.2.1 (Apple Inc. build 5566)" (Mouse): succeeds
All other platforms: succeeds My other question remains, though, why does the following code result in a string containing the substring "SHA1" instead of "Tiger"? Is this indicative of a bug or is this expected? > s = new ECDSA<ECP, Tiger>::Signer(rng, params); > > std::cout << "xxx 0" << typeid(s->GetPrivateKey()).name() << > "\n"; std::cout.flush(); Regards, Zooko --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
