summaryrefslogtreecommitdiffstats
path: root/crypto/ec
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:29:55 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commit4656d9ecd1794a2555384ae8bd9b13dd3afbe5b1 (patch)
treeeca829046b70e02b1193d62ef1335994e56d3741 /crypto/ec
parent3dc12810fa8320df3298602dd8ac9bd690c65a6a (diff)
ec: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/ec')
-rw-r--r--crypto/ec/ec_mult.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec_mult.c b/crypto/ec/ec_mult.c
index ed5d403270..c6ec2964b7 100644
--- a/crypto/ec/ec_mult.c
+++ b/crypto/ec/ec_mult.c
@@ -387,7 +387,7 @@ int ossl_ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r,
#undef EC_POINT_BN_set_flags
/*
- * TODO: table should be optimised for the wNAF-based implementation,
+ * Table could be optimised for the wNAF-based implementation,
* sometimes smaller windows will give better performance (thus the
* boundaries should be increased)
*/