This website works better with JavaScript
Home
Explore
Help
Sign In
YanoPettanko
/
mkp224o
mirror of
https://github.com/cathugger/mkp224o
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
master
Branches
Tags
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
Permalink
History
Raw
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);
}