On Tuesday, January 23, 2018 at 10:38:56 AM UTC-5, Jeffrey Walton wrote: > > > AlgorithmParameters params = MakeParameters > (Name::ModulusSize(), 2048, false) > (Name::SubgroupOrderSize(), 256, false); >
I probably should have said more about this... AlgorithmParameters and NameValuePairs is an acquired taste. In the bigger picture it is kind of necessary to allow the library to provide common interfaces when unifying disparate schemes with different security parameters. MakeParameters overloads operator() so you are really just concatenating arguments. Also see https://www.cryptopp.com/wiki/NameValuePairs Jeff -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
