Hardcode numwords in vli_modSub

This commit is contained in:
Manuel Pégourié-Gonnard 2019-11-04 14:50:54 +01:00
parent 0779be7f31
commit 1b0875d863
3 changed files with 27 additions and 33 deletions

View file

@ -343,8 +343,7 @@ cmpresult_t uECC_vli_cmp_unsafe(const uECC_word_t *left, const uECC_word_t *righ
* @param num_words IN -- number of words
*/
void uECC_vli_modSub(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 P' = (x1', y1', Z3), P + Q = (x3, y3, Z3) or