commit | 3e20adf53310a607b960a61dbc0a69a64e530bd1 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Nov 04 15:00:43 2019 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Nov 04 15:53:20 2019 +0100 |
tree | 946752261276c6725e2c19f197c563fe71c22665 | |
parent | 10349e49128d8b25bf6e8315f345aba94db1b943 [diff] [blame] |
Hardcode numwords in vli_modMult
diff --git a/include/tinycrypt/ecc.h b/include/tinycrypt/ecc.h index e016c69..d6f2c9d 100644 --- a/include/tinycrypt/ecc.h +++ b/include/tinycrypt/ecc.h
@@ -428,8 +428,7 @@ * @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