|
|
|
|
|
by cryptbe
4660 days ago
|
|
So maybe we should generate our own curves. I propose something as follows: 1. Locate a public string. A tweet or a quote should suffice. 2. SHA-512 the string to obtain a seed. 3. Use that seed to generate b, and calculate N = #E(Fp) = n * h, and choose a base point P. Of course we need to ensure that these parameters are safe against known attacks. 4. Mandate that the new set of parameters MUST be supported wherever NIST prime curves are supported. The last step is probably the most difficult. You don't need that if you don't need to interoperate with other implementations though. |
|