Hardcode numwords in vli_modAdd

This commit is contained in:
Manuel Pégourié-Gonnard 2019-11-04 14:48:22 +01:00
parent 5e3baf2303
commit 0779be7f31
3 changed files with 10 additions and 13 deletions

View file

@ -463,8 +463,7 @@ void uECC_vli_set(uECC_word_t *dest, const uECC_word_t *src);
* @param num_words IN -- number of words
*/
void uECC_vli_modAdd(uECC_word_t *result, const uECC_word_t *left,
const uECC_word_t *right, const uECC_word_t *mod,
wordcount_t num_words);
const uECC_word_t *right, const uECC_word_t *mod);
/*
* @brief Counts the number of bits required to represent vli.