Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maamoun TK
nettle
Commits
4733b054
Commit
4733b054
authored
Jan 29, 2020
by
Niels Möller
Browse files
Fix comment typo
parent
bbed494d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ecc-internal.h
View file @
4733b054
...
...
@@ -180,7 +180,7 @@ struct ecc_curve
{
/* The prime p. */
struct
ecc_modulo
p
;
/* Group order. FIXME: Currently, many fu
c
ntions rely on q.size ==
/* Group order. FIXME: Currently, many fun
c
tions rely on q.size ==
p.size. This has to change for radix-51 implementation of
curve25519 mod p arithmetic. */
struct
ecc_modulo
q
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment