X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fed25519%2Fsc.h;h=e29e7fa5af2fec309668104c18fe8ab619928580;hp=8fa727ef10d5ca2fce31552c1430ae179e99fd06;hb=d89f37eb17196e38105a92d746ed7cb6b6f6ba45;hpb=d8a3a182de30d649ed6764dd5d64b57ad77a446e 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