mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
7120118a5e
ED25519 authentication plugin
11 lines
112 B
C
11 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"
|
|
}
|