summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_sub.c
blob: 69f3d54062f643e57b88acc3fcd729b6b44035fe (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "ge.h"

/*
r = p - q
*/

void ge_sub(ge_p1p1 *r,const ge_p3 *p,const ge_cached *q)
{
  fe t0;
#include "ge_sub.h"
}