mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 22:30:42 -04:00
precalc the ge_p3 representation of H
This commit is contained in:
parent
ef56529f93
commit
1b867e7f40
5 changed files with 26 additions and 14 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue