precalc the ge_p3 representation of H

This commit is contained in:
moneromooo-monero 2018-05-24 20:14:09 +01:00
parent ef56529f93
commit 1b867e7f40
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
5 changed files with 26 additions and 14 deletions

View file

@ -140,6 +140,7 @@ extern const fe fe_fffb2;
extern const fe fe_fffb3;
extern const fe fe_fffb4;
extern const ge_p3 ge_p3_identity;
extern const ge_p3 ge_p3_H;
void ge_fromfe_frombytes_vartime(ge_p2 *, const unsigned char *);
void sc_0(unsigned char *);
void sc_reduce32(unsigned char *);