aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-07-10 11:28:53 +0000
committerBodo Möller <bodo@openssl.org>2001-07-10 11:28:53 +0000
commit56a106115fd97065613de1aac9e86f3f516dacc7 (patch)
tree2a44d249a19c4687ecc6bb38e978010223537812
parente9ad0d2c31997643e1a7bcacddf8d15a930b5cb8 (diff)
downloadopenssl-56a106115fd97065613de1aac9e86f3f516dacc7.tar.gz
comment change
-rw-r--r--crypto/ec/ec_mult.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/ec/ec_mult.c b/crypto/ec/ec_mult.c
index 651de977c9..e075a1ee07 100644
--- a/crypto/ec/ec_mult.c
+++ b/crypto/ec/ec_mult.c
@@ -146,10 +146,10 @@
/* Compute
- * \sum scalars[i]*points[i]
- * where
+ * \sum scalars[i]*points[i],
+ * also including
* scalar*generator
- * is included in the addition if scalar != NULL
+ * in the addition if scalar != NULL
*/
int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)