Hardcode numwords in vli_modMult

This commit is contained in:
Manuel Pégourié-Gonnard 2019-11-04 15:00:43 +01:00
parent 10349e4912
commit 3e20adf533
3 changed files with 8 additions and 11 deletions

View file

@ -428,8 +428,7 @@ uECC_word_t uECC_vli_equal(const uECC_word_t *left, const uECC_word_t *right);
* @param num_words IN -- number of words
*/
void uECC_vli_modMult(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 Computes (1 / input) % mod