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:
1898512
)
fixup! More style fixes for the curve448 code
author
Matt Caswell
<matt@openssl.org>
Fri, 16 Feb 2018 21:39:03 +0000
(21:39 +0000)
committer
Matt Caswell
<matt@openssl.org>
Tue, 20 Feb 2018 12:59:31 +0000
(12:59 +0000)
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
crypto/ec/curve448/point_448.h
patch
|
blob
|
history
diff --git
a/crypto/ec/curve448/point_448.h
b/crypto/ec/curve448/point_448.h
index 219d9f764108d5c465ca1c023b1c107db3ea0911..0ef3b8714e26334ba8e2f0c0af6bd0f0bbb50482 100644
(file)
--- a/
crypto/ec/curve448/point_448.h
+++ b/
crypto/ec/curve448/point_448.h
@@
-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.