提交 102c8f47 编写于 作者: B Bodo Möller

typo

上级 d3bcbba4
...@@ -340,7 +340,7 @@ int ec_GF2m_mont_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, ...@@ -340,7 +340,7 @@ int ec_GF2m_mont_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
} }
/* This implementation is more efficient than the wNAF implementation for 2 /* This implementation is more efficient than the wNAF implementation for 2
* or fewer points. Use the ec_wNAF_mul implementation 3 or more points. * or fewer points. Use the ec_wNAF_mul implementation for 3 or more points.
*/ */
if ((scalar && (num > 1)) || (num > 2)) if ((scalar && (num > 1)) || (num > 2))
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册