mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-21 17:24:16 +00:00
init
This commit is contained in:
commit
9b80e8676c
95 changed files with 6502 additions and 0 deletions
11
ed25519/ref10/ge_msub.c
Normal file
11
ed25519/ref10/ge_msub.c
Normal file
|
@ -0,0 +1,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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue