Hardcode numwords in vli_set()
This commit is contained in:
parent
2bf5a129cf
commit
cbbb0f034b
3 changed files with 30 additions and 34 deletions
|
@ -453,8 +453,7 @@ void uECC_vli_modInv(uECC_word_t *result, const uECC_word_t *input,
|
|||
* @param src IN -- origin buffer
|
||||
* @param num_words IN -- number of words
|
||||
*/
|
||||
void uECC_vli_set(uECC_word_t *dest, const uECC_word_t *src,
|
||||
wordcount_t num_words);
|
||||
void uECC_vli_set(uECC_word_t *dest, const uECC_word_t *src);
|
||||
|
||||
/*
|
||||
* @brief Computes (left + right) % mod.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue