ref10: tweak things

This commit is contained in:
cathugger
2019-01-19 14:39:33 +00:00
parent 9139d302fb
commit ffb8498905
4 changed files with 8 additions and 6 deletions

View File

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