This commit is contained in:
NIIBE Yutaka
2013-09-20 17:17:59 +09:00
parent b2fb734d57
commit ee1e1ac851
10 changed files with 131 additions and 27 deletions

View File

@@ -19,4 +19,5 @@ uint32_t bn256_shift (bn256 *X, const bn256 *A, int shift);
int bn256_is_zero (const bn256 *X);
int bn256_is_even (const bn256 *X);
int bn256_is_ge (const bn256 *A, const bn256 *B);
int bn256_cmp (const bn256 *A, const bn256 *B);
void bn256_random (bn256 *X);