projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7793f30
)
there is no alternative EC_METHOD for curves over GF(2^m) (yet)
author
Bodo Möller
<bodo@openssl.org>
Fri, 2 Aug 2002 13:43:26 +0000
(13:43 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 2 Aug 2002 13:43:26 +0000
(13:43 +0000)
crypto/ec/ec.h
patch
|
blob
|
history
diff --git
a/crypto/ec/ec.h
b/crypto/ec/ec.h
index 16ebeb37d4523564825aecbc4daa6d17cb8a7291..f34ce16c38311362cafc2ee76fa6bfe5561ad73f 100644
(file)
--- 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);