mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-25 11:22:22 +00:00
rebase on newer SUPERCOP, use PIE, some other stuff
This commit is contained in:
parent
0819ccd81d
commit
f374555fd4
83 changed files with 2062 additions and 1955 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue