mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 20:30:40 -04:00
crypto: add a ge_p3_identity constant
This commit is contained in:
parent
13b4c90e01
commit
c4f437796d
2 changed files with 2 additions and 0 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue