Hardcode numwords in vli_sub
This commit is contained in:
parent
2eca3d367b
commit
129b42ea2e
3 changed files with 20 additions and 17 deletions
|
@ -410,7 +410,7 @@ void uECC_vli_modMult_fast(uECC_word_t *result, const uECC_word_t *left,
|
|||
* @return borrow
|
||||
*/
|
||||
uECC_word_t uECC_vli_sub(uECC_word_t *result, const uECC_word_t *left,
|
||||
const uECC_word_t *right, wordcount_t num_words);
|
||||
const uECC_word_t *right);
|
||||
|
||||
/*
|
||||
* @brief Constant-time comparison function(secure way to compare long ints)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue