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

@@ -1,6 +1,6 @@
#include "ge.h"
void ge_p3_tobytes(bytes32 s,const ge_p3 *h)
void ge_p3_tobytes(unsigned char *s,const ge_p3 *h)
{
fe recip;
fe x;