Closed thomasb9511 closed 1 year ago
Hey @thomasb9511 is there an actual algorithm for curve generation given in the NUMS paper? I remember that it only listed general conditions but not a rigorous algorithm like SECG/NIST or Brainpool curves have.
I mean something like this from SEC1v2:
Thanks, for getting back to me.
https://datatracker.ietf.org/doc/html/draft-black-numscurves-02#appendix-A ? and https://dissect.crocs.fi.muni.cz/standards/nums are best I could find.
Picking the generator points is:
Input: a prime p, and a Weierstrass curve parameter b Output: a generator point P = (x(P), y(P)) of order rb
Is it possible to incorporate the formulas specified in the NUMS specification? The specified formulas can be found at the following sources:
I'm currently conducting research, and the process of determining the value of b for a pseudo Mersenne prime is computationally demanding.