some cleanups & make depend

This commit is contained in:
cathugger
2022-05-31 02:11:40 +03:00
parent 4e20f086e3
commit 5ac2c8fa60
4 changed files with 105 additions and 24 deletions

View File

@@ -57,7 +57,7 @@ void sc25519_mul_shortsc(sc25519 *r, const sc25519 *x, const shortsc25519 *y);
/* Convert s into a representation of the form \sum_{i=0}^{63}r[i]2^(4*i)
* with r[i] in {-8,...,7}
*/
void sc25519_window4(signed char r[85], const sc25519 *s);
void sc25519_window4(signed char r[64], const sc25519 *s);
void sc25519_slide(signed char r[256], const sc25519 *s, int swindowsize);