hardcode numwords in semi-internal vli_isZero

This commit is contained in:
Manuel Pégourié-Gonnard 2019-11-04 12:44:43 +01:00
parent 02d9d21fd6
commit f3899fc0ea
3 changed files with 13 additions and 12 deletions

View file

@ -303,7 +303,7 @@ int EccPoint_mult_safer(uECC_word_t * result, const uECC_word_t * point,
* @param num_words IN -- number of words in the vli
* @return 1 if vli == 0, 0 otherwise.
*/
uECC_word_t uECC_vli_isZero(const uECC_word_t *vli, wordcount_t num_words);
uECC_word_t uECC_vli_isZero(const uECC_word_t *vli);
/*
* @brief Check if 'point' is the point at infinity