Hi @ all,
at the first, sorry for my bad english. I have wrote some functions in windows (Visual Studio 6) to handle my parts with the library. All worked fine.
Now i compiled the cryptopp library on linux (gcc 3.3.1). The compile was successful.
Now i test a little Program like this :
RandomPool randPool;
randPool.Put((byte *)"->My-Security-Seed<-", 20);RSAES_OAEP_SHA_Decryptor priv(randPool, 1024);
The Program 'abort' at the last line 'RSAES_OAEP_SHA_Decryptor priv(randPool, 1024)'
Can someone give me a tip, what the problem ?
Very thanks for help !
Best regards, Torsten Alias MrWebLover
