commit | 10349e49128d8b25bf6e8315f345aba94db1b943 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Nov 04 14:57:53 2019 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Nov 04 15:53:19 2019 +0100 |
tree | 9153bfc13cc6153bba60c6329c014f34a6083c8e | |
parent | 1b0875d8635c5ae674c0b6a646026823d6eed07c [diff] |
Hardcode numwords in vli_mmod
diff --git a/include/tinycrypt/ecc.h b/include/tinycrypt/ecc.h index 3d60267..e016c69 100644 --- a/include/tinycrypt/ecc.h +++ b/include/tinycrypt/ecc.h
@@ -386,7 +386,7 @@ * @warning Currently only designed to work for curve_p or curve_n. */ void uECC_vli_mmod(uECC_word_t *result, uECC_word_t *product, - const uECC_word_t *mod, wordcount_t num_words); + const uECC_word_t *mod); /* * @brief Computes modular product (using curve->mmod_fast)