Fix/add comment to clarify.

This commit is contained in:
NIIBE Yutaka
2014-06-19 12:48:13 +09:00
parent 9ea262ffde
commit f82206e7d5
3 changed files with 13 additions and 1 deletions

View File

@@ -147,7 +147,7 @@ mod_reduce (bn256 *X, const bn512 *A, const bn256 *B, const bn256 *MU_lower)
* @brief C = X^(-1) mod N
*
* Assume X and N are co-prime (or N is prime).
* If N==0, return 0.
* NOTE: If X==0, it return 0.
*
*/
void