mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Clarify requirements on handling ECP group IDs
This commit is contained in:
parent
b8f27060e0
commit
c3b680b028
1 changed files with 4 additions and 0 deletions
|
|
@ -159,6 +159,10 @@ mbedtls_ecp_point;
|
|||
* additions or subtractions. Therefore, it is only an approximative modular
|
||||
* reduction. It must return 0 on success and non-zero on failure.
|
||||
*
|
||||
* \note Alternative implementations must keep the group IDs distinct. If
|
||||
* two group structures have the same ID, then they must be
|
||||
* identical.
|
||||
*
|
||||
*/
|
||||
typedef struct mbedtls_ecp_group
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue