From 39609f003ceffd0217086e13667099be6a5dc41a Mon Sep 17 00:00:00 2001 From: Orson Peters Date: Sun, 19 Jul 2015 18:01:29 +0200 Subject: [PATCH] Trailing newline. --- src/sc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sc.h b/src/sc.h index 8fa727e..e29e7fa 100644 --- a/src/sc.h +++ b/src/sc.h @@ -9,4 +9,4 @@ where l = 2^252 + 27742317777372353535851937790883648493. void sc_reduce(unsigned char *s); void sc_muladd(unsigned char *s, const unsigned char *a, const unsigned char *b, const unsigned char *c); -#endif \ No newline at end of file +#endif