This commit is contained in:
NIIBE Yutaka
2014-03-19 17:07:04 +09:00
parent 22bc67959e
commit 53bf87acf5
2 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
extern const bn256 n25638;
#define N25638 (&n25638)
extern const bn256 *n25638;
void mod25638_add (bn256 *X, const bn256 *A, const bn256 *B);
void mod25638_sub (bn256 *X, const bn256 *A, const bn256 *B);