comment change
This commit is contained in:
parent
e9ad0d2c31
commit
56a106115f
@ -146,10 +146,10 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Compute
|
/* Compute
|
||||||
* \sum scalars[i]*points[i]
|
* \sum scalars[i]*points[i],
|
||||||
* where
|
* also including
|
||||||
* scalar*generator
|
* 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,
|
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)
|
size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user