Add newline at end of precomp_data.h and sc.h.

This commit is contained in:
Guus Sliepen 2015-05-19 14:25:20 +02:00
parent d8a3a182de
commit d89f37eb17
2 changed files with 2 additions and 2 deletions

View file

@ -1388,4 +1388,4 @@ static ge_precomp base[32][8] = {
{ -20430234, 14955537, -24126347, 8124619, -5369288, -5990470, 30468147, -13900640, 18423289, 4177476 }, { -20430234, 14955537, -24126347, 8124619, -5369288, -5990470, 30468147, -13900640, 18423289, 4177476 },
}, },
}, },
}; };

View file

@ -9,4 +9,4 @@ where l = 2^252 + 27742317777372353535851937790883648493.
void sc_reduce(unsigned char *s); void sc_reduce(unsigned char *s);
void sc_muladd(unsigned char *s, const unsigned char *a, const unsigned char *b, const unsigned char *c); void sc_muladd(unsigned char *s, const unsigned char *a, const unsigned char *b, const unsigned char *c);
#endif #endif