mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
style: fix spelling in code comments and strings
This commit is contained in:
parent
b2315e98c4
commit
3ce85ca54e
1670 changed files with 3162 additions and 2991 deletions
|
|
@ -1192,7 +1192,7 @@ static int swcr_dh_make_public(FAR struct cryptkop *krp)
|
|||
* g: the base point of the curve;
|
||||
* x: the private key produced by random;
|
||||
* gx: the public key generated by the private key,
|
||||
* which could be caculated by gx = g ^ x mod p;
|
||||
* which could be calculated by gx = g ^ x mod p;
|
||||
* In curve25519, p and g are fixed.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue