From d89f37eb17196e38105a92d746ed7cb6b6f6ba45 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Tue, 19 May 2015 14:25:20 +0200 Subject: [PATCH] Add newline at end of precomp_data.h and sc.h. --- src/ed25519/precomp_data.h | 2 +- src/ed25519/sc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ed25519/precomp_data.h b/src/ed25519/precomp_data.h index 776b84f4..ce59788c 100644 --- a/src/ed25519/precomp_data.h +++ b/src/ed25519/precomp_data.h @@ -1388,4 +1388,4 @@ static ge_precomp base[32][8] = { { -20430234, 14955537, -24126347, 8124619, -5369288, -5990470, 30468147, -13900640, 18423289, 4177476 }, }, }, -}; \ No newline at end of file +}; diff --git a/src/ed25519/sc.h b/src/ed25519/sc.h index 8fa727ef..e29e7fa5 100644 --- a/src/ed25519/sc.h +++ b/src/ed25519/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 -- 2.20.1