update and add ecc-cdh.c

This commit is contained in:
NIIBE Yutaka
2013-02-17 22:20:30 +09:00
parent cb1a4c09b5
commit d70951e941
5 changed files with 141 additions and 16 deletions

View File

@@ -1,2 +1,3 @@
void mod_reduce (bn256 *X, const bn512 *A, const bn256 *B, const bn256 *MU_lower);
void mod_reduce (bn256 *X, const bn512 *A, const bn256 *B,
const bn256 *MU_lower);
void mod_inv (bn256 *X, const bn256 *A, const bn256 *N);