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:
e9ad0d2
)
comment change
author
Bodo Möller
<bodo@openssl.org>
Tue, 10 Jul 2001 11:28:53 +0000
(11:28 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 10 Jul 2001 11:28:53 +0000
(11:28 +0000)
crypto/ec/ec_mult.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_mult.c
b/crypto/ec/ec_mult.c
index 651de977c9e347cc4a968efb14a9d57100ba1468..e075a1ee07f276ac2063a2f72800f3b233dfdc19 100644
(file)
--- 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
- * i
s included i
n 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)