Re: [Logic-security-developers] Cryptography Algorithms
Brought to you by:
computergeek693
From: G M B. <bo...@uo...> - 2005-08-31 22:00:30
|
If you're having trouble with the lack of documentation for Crypto++, you could always look into Cryptlib and see if it suits you better. Regarding a .NET version, my thoughts are that the core of the project should remain non platform-specific, and that if we design our ADTs correctly, we should just be able to swap in an interface class for each system we wish to compile on. In addition, the next version of windows will still support current windows API methods (this wasn't going to be the case originally, but they have since changed that decision). I'm currently trying to go through and figure out which headers are needed by the various files. There are also some functions which could probably be completely removed from the source tree, as they're not very useful. --Matt |