Hardcode numwords in vli_modMult
This commit is contained in:
parent
10349e4912
commit
3e20adf533
3 changed files with 8 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue