See DPVal.zip at http://www.cryptopp.com/wiki/Ecc. "Elliptic Curve Domain Parameter Validation. The program dumps the Public and Private keys, and validates the curve per Certicom's SEC 2 Whitepaper. The curve used for demonstration purposes is NIST P-112. In addition, it demonstrates mathematics with the Point of Infinity and Scalar Multiplications using Crypto++."
Jeff On Sep 14, 12:27 pm, Unni <[email protected]> wrote: > Hi, > I am a PhD student working on hardware implementation of ECC. To > validate my point multiplier, I need to generate 100 points on an > elliptic curve ( GF(2 ^n) ). > > I was just wondering if there is any crypto++ function that will > create these points according to a set of pre-defined ECC parameters. > I want to use the (m,f(z),a,b,G,n,h) given in secg recommendations or > those given by NIST. > > If you guys know of any function, please let me know. It will be a > great help for me. > > Thank You, > Unni -- 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.
