commit | 913534837a2015e8dba9733866c32051e4572205 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Nov 04 15:04:20 2019 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Nov 04 15:53:22 2019 +0100 |
tree | 1aa25c14603f8e7358dfabad80f1bab24df80b97 | |
parent | 3e20adf53310a607b960a61dbc0a69a64e530bd1 [diff] |
Hardcode numwords in vli_modInv
diff --git a/include/tinycrypt/ecc.h b/include/tinycrypt/ecc.h index d6f2c9d..2da74b3 100644 --- a/include/tinycrypt/ecc.h +++ b/include/tinycrypt/ecc.h
@@ -440,7 +440,7 @@ * @param num_words -- number of words */ void uECC_vli_modInv(uECC_word_t *result, const uECC_word_t *input, - const uECC_word_t *mod, wordcount_t num_words); + const uECC_word_t *mod); /* * @brief Sets dest = src.