File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2941,10 +2941,10 @@ psa_status_t psa_generator_read(psa_crypto_generator_t *generator,
2941
2941
* in big-endian order. Discard it if it is not in the range
2942
2942
* [0, *N* - 2] where *N* is the boundary of the private key domain
2943
2943
* (the prime *p* for Diffie-Hellman, the subprime *q* for DSA,
2944
- * or the order of the curve's coordinate field for ECC).
2944
+ * or the order of the curve's base point for ECC).
2945
2945
* Add 1 to the resulting integer and use this as the private key *x*.
2946
- * This is the method described as
2947
- * "key-pair generation by testing candidates"
2946
+ * This method allows compliance to NIST standards, specifically
2947
+ * the methods titled "key-pair generation by testing candidates"
2948
2948
* in NIST SP 800-56A §5.6.1.1.4 for Diffie-Hellman,
2949
2949
* in FIPS 186-4 §B.1.2 for DSA, and
2950
2950
* in NIST SP 800-56A §5.6.1.2.2 or
You can’t perform that action at this time.
0 commit comments