Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
37b8324e
Commit
37b8324e
authored
May 06, 2020
by
Nick Mathewson
🌻
Browse files
include compat_compiler for ed25519_donna
parent
9fe23b86
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ext/ed25519/donna/ed25519_tor.c
View file @
37b8324e
...
...
@@ -35,6 +35,9 @@
#define ED25519_FN(fn) ED25519_FN2(fn,ED25519_SUFFIX)
#include
"orconfig.h"
#include
"lib/cc/compat_compiler.h"
#include
"ed25519-donna.h"
#include
"ed25519_donna_tor.h"
#include
"ed25519-randombytes.h"
...
...
@@ -366,4 +369,3 @@ ed25519_donna_scalarmult_with_group_order(unsigned char *out,
}
#include
"test-internals.c"
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