mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-05 14:09:41 +00:00
fixup! More style fixes for the curve448 code
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
This commit is contained in:
parent
18985129eb
commit
a4e6dd819a
@ -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);
|
||||
|
||||
/*
|
||||
* 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.
|
||||
*
|
||||
* a (in): A scalar.
|
||||
|
Loading…
x
Reference in New Issue
Block a user