Hardcode numwords in vli_set()

This commit is contained in:
Manuel Pégourié-Gonnard 2019-11-04 13:02:04 +01:00
parent 2bf5a129cf
commit cbbb0f034b
3 changed files with 30 additions and 34 deletions

View file

@ -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.