From ad3fab602d92fb62520fc4af7f6c3d32b6825f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 28 Jan 2014 20:05:16 +0100 Subject: [PATCH] Fix outdated comment --- include/polarssl/ecp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/polarssl/ecp.h b/include/polarssl/ecp.h index d98146c957..1635b702f3 100644 --- a/include/polarssl/ecp.h +++ b/include/polarssl/ecp.h @@ -68,9 +68,9 @@ typedef enum POLARSSL_ECP_DP_M255, /*!< Curve25519 */ POLARSSL_ECP_DP_M383, /*!< (not implemented yet) */ POLARSSL_ECP_DP_M511, /*!< (not implemented yet) */ - POLARSSL_ECP_DP_SECP192K1, /*!< (not implemented yet) */ - POLARSSL_ECP_DP_SECP224K1, /*!< (not implemented yet) */ - POLARSSL_ECP_DP_SECP256K1, /*!< 256-bits Koblitz curve */ + POLARSSL_ECP_DP_SECP192K1, /*!< 192-bits "Koblitz" curve */ + POLARSSL_ECP_DP_SECP224K1, /*!< 224-bits "Koblitz" curve */ + POLARSSL_ECP_DP_SECP256K1, /*!< 256-bits "Koblitz" curve */ } ecp_group_id; /**