crypto: add a ge_p3_identity constant

This commit is contained in:
moneromooo-monero 2018-01-06 11:51:25 +00:00
parent 13b4c90e01
commit c4f437796d
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
2 changed files with 2 additions and 0 deletions

View file

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