mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 01:38:26 +00:00
Update ecp.h
minor spacing/comment format fixes
This commit is contained in:
parent
b2e111a288
commit
f089fa3341
1 changed files with 2 additions and 3 deletions
|
@ -232,7 +232,6 @@ mbedtls_ecp_keypair;
|
|||
* 521 145 141 135 120 97
|
||||
* 384 214 209 198 177 146
|
||||
* 256 320 320 303 262 226
|
||||
|
||||
* 224 475 475 453 398 342
|
||||
* 192 640 640 633 587 476
|
||||
*/
|
||||
|
@ -596,7 +595,7 @@ int mbedtls_ecp_mul( mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
|
|||
/**
|
||||
* \brief This function performs multiplication and addition of two
|
||||
* points by integers: \p R = \p m * \p P + \p n * \p Q
|
||||
|
||||
*
|
||||
* It is not thread-safe to use same group in multiple threads.
|
||||
*
|
||||
* \note In contrast to mbedtls_ecp_mul(), this function does not
|
||||
|
|
Loading…
Reference in a new issue