mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-13 15:40:58 +00:00
Fix outdated comment
This commit is contained in:
parent
6e8e34d61e
commit
ad3fab602d
@ -68,9 +68,9 @@ typedef enum
|
|||||||
POLARSSL_ECP_DP_M255, /*!< Curve25519 */
|
POLARSSL_ECP_DP_M255, /*!< Curve25519 */
|
||||||
POLARSSL_ECP_DP_M383, /*!< (not implemented yet) */
|
POLARSSL_ECP_DP_M383, /*!< (not implemented yet) */
|
||||||
POLARSSL_ECP_DP_M511, /*!< (not implemented yet) */
|
POLARSSL_ECP_DP_M511, /*!< (not implemented yet) */
|
||||||
POLARSSL_ECP_DP_SECP192K1, /*!< (not implemented yet) */
|
POLARSSL_ECP_DP_SECP192K1, /*!< 192-bits "Koblitz" curve */
|
||||||
POLARSSL_ECP_DP_SECP224K1, /*!< (not implemented yet) */
|
POLARSSL_ECP_DP_SECP224K1, /*!< 224-bits "Koblitz" curve */
|
||||||
POLARSSL_ECP_DP_SECP256K1, /*!< 256-bits Koblitz curve */
|
POLARSSL_ECP_DP_SECP256K1, /*!< 256-bits "Koblitz" curve */
|
||||||
} ecp_group_id;
|
} ecp_group_id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user