mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Fix typo in psa_key_production_parameters_t doc: 65535 should be 65537
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
committed by
Minos Galanakis
parent
7424296082
commit
f02c6ef86d
@@ -469,7 +469,7 @@ typedef uint16_t psa_key_derivation_step_t;
|
|||||||
* - \c flags: must be 0.
|
* - \c flags: must be 0.
|
||||||
* - \c data: the public exponent, in little-endian order.
|
* - \c data: the public exponent, in little-endian order.
|
||||||
* This must be an odd integer and must not be 1.
|
* This must be an odd integer and must not be 1.
|
||||||
* Implementations must support 65535, should support 3 and may
|
* Implementations must support 65537, should support 3 and may
|
||||||
* support other values.
|
* support other values.
|
||||||
* When not using a driver, Mbed TLS supports values up to \c INT_MAX.
|
* When not using a driver, Mbed TLS supports values up to \c INT_MAX.
|
||||||
* If this is empty or if the custom production parameters are omitted
|
* If this is empty or if the custom production parameters are omitted
|
||||||
|
Reference in New Issue
Block a user