Skip to content
GitLab
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
82a74eda
Commit
82a74eda
authored
Sep 24, 2014
by
Niels Möller
Browse files
Fixed extern "C" block.
parent
b32afc8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
82a74eda
2014-09-24 Niels Möller <nisse@lysator.liu.se>
* curve25519.h [__cplusplus]: Fixed extern "C" block.
2014-09-23 Niels Möller <nisse@lysator.liu.se>
* ecc-hash.c (ecc_hash): Changed argument type from struct
...
...
curve25519.h
View file @
82a74eda
...
...
@@ -51,4 +51,8 @@ curve25519_mul_g (uint8_t *q, const uint8_t *n);
int
curve25519_mul
(
uint8_t
*
q
,
const
uint8_t
*
n
,
const
uint8_t
*
p
);
#ifdef __cplusplus
}
#endif
#endif
/* NETTLE_CURVE25519_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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