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
Dmitry Baryshkov
nettle
Commits
2e24e947
Commit
2e24e947
authored
Sep 02, 2014
by
Niels Möller
Browse files
Fixed sign error in comment.
parent
fb2c801d
Changes
1
Show whitespace changes
Inline
Side-by-side
ecc-eh-to-a.c
View file @
2e24e947
...
...
@@ -62,7 +62,7 @@ ecc_eh_to_a (const struct ecc_curve *ecc,
#define up p
#define vp (p + ecc->size)
#define wp (p + 2*ecc->size)
/* x = (
v+1)/(v-1
), y = t x / u (with t = sqrt(b+2))
/* x = (
1+v)/(1-v
), y = t x / u (with t = sqrt(b+2))
In homogeneous coordinates,
...
...
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