aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-02 13:43:26 +0000
committerBodo Möller <bodo@openssl.org>2002-08-02 13:43:26 +0000
commit64c3da230f557e85422f76c9e3c45fac9b16466c (patch)
treeaf3d82e48669a00938e645c7438865a21cfeb569 /crypto/ec/ec.h
parent7793f30e09c104b209206608a20f2088b1b635fd (diff)
downloadopenssl-64c3da230f557e85422f76c9e3c45fac9b16466c.tar.gz
there is no alternative EC_METHOD for curves over GF(2^m) (yet)
Diffstat (limited to 'crypto/ec/ec.h')
-rw-r--r--crypto/ec/ec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h
index 16ebeb37d4..f34ce16c38 100644
--- a/crypto/ec/ec.h
+++ b/crypto/ec/ec.h
@@ -129,8 +129,7 @@ const EC_METHOD *EC_GFp_recp_method(void); /* TODO */
const EC_METHOD *EC_GFp_nist_method(void); /* TODO */
#endif
-/* EC_METHODs for curves over GF(2^m).
- * EC_GF2m_simple_method provides the basis for the optimized methods.
+/* EC_METHOD for curves over GF(2^m).
*/
const EC_METHOD *EC_GF2m_simple_method(void);