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
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
83 changed files with 2062 additions and 1955 deletions

View file

@ -1,6 +1,6 @@
#include "sc25519.h"
#define ull4_mul crypto_sign_ed25519_amd64_64_ull4_mul
#define ull4_mul CRYPTO_NAMESPACE(ull4_mul)
extern void ull4_mul(unsigned long long r[8], const unsigned long long x[4], const unsigned long long y[4]);