rebase on newer SUPERCOP, use PIE, some other stuff

This commit is contained in:
cathugger
2022-05-05 13:22:34 +00:00
parent 0819ccd81d
commit f374555fd4
83 changed files with 2062 additions and 1955 deletions

View File

@@ -6,6 +6,7 @@
#include "types.h"
#include "base16.h"
#include "ed25519/ed25519.h"
#include "ed25519/ed25519_impl_pre.h"
#include "testutil.h"
struct pktest {
@@ -60,3 +61,5 @@ int main(void)
return 0;
}
#include "ed25519/ed25519_impl_post.h"