Hi Friends.. I've a little doubt regarding DLL... Let's say we've already developed the DLL's function using Cryptopp (to Generate RSA Key Pair 2048 bits).. After estimated, it needs approximately 3s.. What will happen if more than 1 process use the DLL's function at the same time?.. Whether each process will get (different) its own KeyPair (Private & Public Key), or each process will get the same KeyPair?
I mean, whether the functions in DLL is can be used Multithreadly? So, multiple processes can use the functions at the same time, without any error (either program error, or unexpected output) occurred? Please help me regarding this.. Thanks Leo -- 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.
