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
Nicolas Mora
nettle
Commits
5ac98703
Commit
5ac98703
authored
Sep 07, 2016
by
Niels Möller
Browse files
Fix documentation typo.
parent
09f13a4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle.texinfo
View file @
5ac98703
...
...
@@ -4227,7 +4227,7 @@ Represents a point on an elliptic curve. In particular, it is used to
represent an ECDSA public key.
@end deftp
@deftypefun void ecc
_
point
_
init (struct ecc
_
point *@var
{
p
}
, const structecc
_
curve *@var
{
ecc
}
)
@deftypefun void ecc
_
point
_
init (struct ecc
_
point *@var
{
p
}
, const struct
ecc
_
curve *@var
{
ecc
}
)
Initializes @var
{
p
}
to represent points on the given curve @var
{
ecc
}
.
Allocates storage for the coordinates, using the same allocation
functions as GMP.
...
...
Write
Preview
Markdown
is supported
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