1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-26 20:17:12 +02:00
Files
SqMod/vendor/MDBC/plugins/auth/ref10/ge_p2_dbl.c
2021-09-21 20:59:01 +03:00

12 lines
112 B
C

#include "ge.h"
/*
r = 2 * p
*/
void ge_p2_dbl(ge_p1p1 *r,const ge_p2 *p)
{
fe t0;
#include "ge_p2_dbl.h"
}