提交 a4e6dd81 编写于 作者: M Matt Caswell

fixup! More style fixes for the curve448 code

Reviewed-by: NBernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
上级 18985129
...@@ -152,7 +152,7 @@ void curve448_scalar_mul(curve448_scalar_t out, ...@@ -152,7 +152,7 @@ void curve448_scalar_mul(curve448_scalar_t out,
void curve448_scalar_halve(curve448_scalar_t out, const curve448_scalar_t a); void curve448_scalar_halve(curve448_scalar_t out, const curve448_scalar_t a);
/* /*
* Copy a scalar. The scalars may use the same memory, in which case this * Copy a scalar. The scalars may alias each other, in which case this
* function does nothing. * function does nothing.
* *
* a (in): A scalar. * a (in): A scalar.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册