This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
YanoPettanko
/
mkp224o
oglindă de
https://github.com/cathugger/mkp224o
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
5172c0fd71
Ramuri
Etichete
master
v1.7.0
v1.6.1
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
mkp224o
/
ed25519
/
ref10
/
ge_p2_0.c
ge_p2_0.c
86 B
Istoric
Crud
1
2
3
4
5
6
7
8
#include "ge.h"
void ge_p2_0(ge_p2 *h)
{
fe_0(h->X);
fe_1(h->Y);
fe_1(h->Z);
}