Crypto++ doesn't implement multiprime RSA. It seems to be patented: http://www.freepatentsonline.com/7231040.html.
I'd suggest ECC instead. Multiprime RSA's security scales better than two-prime RSA, but still not nearly as well as ECC. -------------------------------------------------- From: "Jeffrey Walton" <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2007 2:21 PM To: "Crypto++" <[EMAIL PROTECTED]> Subject: Multiprime RSA > > Hi All/Wei, > > I was reading over PKCS #1 (RFC 3447 - > http://tools.ietf.org/html/rfc3447). I came across multiprime RSA. > Taking from Section 3: > > This specification supports so-called "multi-prime" > RSA where the modulus may have more than two > prime factors. > > Does Crypto++ implement the variation? I do not recall seing it. I > have no need for it - it is just a tool for the warchest. > > 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. -~----------~----~----~----~------~----~------~--~---
