From: Bodo Möller Date: Fri, 2 Aug 2002 13:43:26 +0000 (+0000) Subject: there is no alternative EC_METHOD for curves over GF(2^m) (yet) X-Git-Tag: OpenSSL_0_9_7-beta4~218^2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64c3da230f557e85422f76c9e3c45fac9b16466c;p=openssl there is no alternative EC_METHOD for curves over GF(2^m) (yet) --- 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);