Certainly not any direct role, but maybe a couple of indirect ones: - I used to work in the Microsoft cryptography group as an intern, on optimizing the bignum library used in Microsoft CryptoAPI. That code may have been replaced long ago however.
- Crypto++ is one of the earliest open source crypto libraries. It's API design may have influenced other crypto APIs. Or maybe not. For example, my idea for the Filter interface came from Unix pipes/filters, and others may have gotten the same inspiration from the original source. The core HashTransformation interface (i.e. Update/Final), to take another example, was borrowed from Ron Rivest's reference code for MD4 and MD5. ----- Original Message ----- From: "Jeffrey Walton" <[EMAIL PROTECTED]> To: "Crypto++" <[EMAIL PROTECTED]> Sent: Saturday, January 20, 2007 9:07 AM Subject: Microsoft Cryptography API: Next Generation > > Hi Wei, > > Can I presume Crypto++ has a role in this? > > http://msdn2.microsoft.com/en-us/library/aa376210.aspx > > Jeff > > > --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
