DEBSOURCES
Skip Quicknav
sources / python-axolotl-curve25519 / 0.4.1.post2-3 / curve / ed25519 / ge_p2_0.c
12345678
#include "ge.h" void ge_p2_0(ge_p2 *h) { fe_0(h->X); fe_1(h->Y); fe_1(h->Z); }