hardcode numwords in semi-internal vli_isZero
This commit is contained in:
parent
02d9d21fd6
commit
f3899fc0ea
3 changed files with 13 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue