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

/*
r = p - q
*/

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