cleanup mod_inv.

This commit is contained in:
NIIBE Yutaka
2014-04-08 10:57:46 +09:00
parent afa0683495
commit 53aa3de9b4
10 changed files with 29 additions and 370 deletions

View File

@@ -7,4 +7,3 @@ void modp256k1_reduce (bn256 *X, const bn512 *A);
void modp256k1_mul (bn256 *X, const bn256 *A, const bn256 *B);
void modp256k1_sqr (bn256 *X, const bn256 *A);
void modp256k1_shift (bn256 *X, const bn256 *A, int shift);
int modp256k1_inv (bn256 *C, const bn256 *a);