Hi PivBaby, > Does anybody know what might cause this behavior? It may not be included in the dll version. Looking at http://www.cryptopp.com/docs/ref/class_simple_keying_interface.html, I'd suspect the dll does not include it. It appears there may be only one approved algorithm - Rijndael (I'm not sure about systems such as SkipJack). However, NIST places some additional restrictions on Rijndael (such as key size/rounds), so I don't believe Wei uses a simple typedef 'Rijndael AES'.
dumpbin /exports | find "[EMAIL PROTECTED]" may prove useful. Jeff On Sun, Jun 8, 2008 at 4:09 PM, PivBaby <[EMAIL PROTECTED]> wrote: > > I have successfully compiled the Crypto++ 5.2.3 dll which my > application is using but I'm getting the following error: > > --------------------------- > PIV Data Loader.exe - Entry Point Not Found > --------------------------- > The procedure entry point ? > [EMAIL PROTECTED]@CryptoPP@@[EMAIL PROTECTED]@[EMAIL PROTECTED] > could not be located in the dynamic link library cryptopp.dll. > --------------------------- > OK > --------------------------- > > > Does anybody know what might cause this behavior? > > The application I'm trying to use is the PIV Data Loader.exe from > http://csrc.nist.gov/groups/SNS/piv/download.html > --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
