chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ceb2c
)
math/f25519.h: Fix argument name in commentary.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 23 Dec 2023 14:09:25 +0000
(14:09 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 23 Dec 2023 14:33:04 +0000
(14:33 +0000)
math/f25519.h
patch
|
blob
|
blame
|
history
diff --git
a/math/f25519.h
b/math/f25519.h
index 4a2a21918107af21068296f97eba47ade96ce7ec..7ecb6c98b455216b541273b3364663e9b0f9b8f6 100644
(file)
--- a/
math/f25519.h
+++ b/
math/f25519.h
@@
-92,7
+92,7
@@
extern void f25519_set(f25519 */*x*/, int /*a*/);
* toleration of them is considered a performance feature.
*
* Some specifications, e.g., RFC7748, require the topmost bit
- * (i.e., bit 7 of @
w
v[31]@) to be ignored. Callers
+ * (i.e., bit 7 of @
x
v[31]@) to be ignored. Callers
* implementing such specifications should clear the bit
* explicitly. (It's much easier for a caller who wants the bit
* to be ignored to clear it than for a caller who wants the bit