mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Remove meaningless clause
We stated that curves were listed "in order of preference", but we never explained what the preference was, so this was not meaningful. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -506,8 +506,7 @@ mbedtls_ecp_curve_type mbedtls_ecp_get_type( const mbedtls_ecp_group *grp );
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief This function retrieves the information defined in
|
* \brief This function retrieves the information defined in
|
||||||
* mbedtls_ecp_curve_info() for all supported curves in order
|
* mbedtls_ecp_curve_info() for all supported curves.
|
||||||
* of preference.
|
|
||||||
*
|
*
|
||||||
* \note This function returns information about all curves
|
* \note This function returns information about all curves
|
||||||
* supported by the library. Some curves may not be
|
* supported by the library. Some curves may not be
|
||||||
|
Reference in New Issue
Block a user