On Sun, Sep 25, 2016 at 2:42 PM, Mobile Mouse <[email protected]> wrote: > I personally want to be able to pick a curve based on either it's name or > its OID with equal ease and simplicity. > > For example, a GUI application is (usually) better off using names, and an > app that parses a certificate would want a nice mechanism of accessing > curves via OID.
Thanks. Does that mean you don't want anything changed? Or is it OK to pursue the change? Remember, this is just a presentation detail. The library still takes both named curves and domain parameters. The change affects what the library does when it presents them, like saving them to a disk file. I should have mentioned the presentation can be easily changed with SetEncodeAsOID(bool), and queried with GetEncodeAsOID(). Also see http://github.com/weidai11/cryptopp/blob/master/eccrypto.h#L121 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. --- 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.
