commit | f3899fc0ea485f0180f16e81cbdca89827435e82 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Nov 04 12:44:43 2019 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Nov 04 15:52:43 2019 +0100 |
tree | ebc0c81be2e784894c97101feb40836ca3d8b48b | |
parent | 02d9d21fd691ab6614c60f5f1e0bfd29248a2f5a [diff] |
hardcode numwords in semi-internal vli_isZero
diff --git a/include/tinycrypt/ecc.h b/include/tinycrypt/ecc.h index 026febc..1205eb1 100644 --- a/include/tinycrypt/ecc.h +++ b/include/tinycrypt/ecc.h
@@ -303,7 +303,7 @@ * @param num_words IN -- number of words in the vli * @return 1 if vli == 0, 0 otherwise. */ -uECC_word_t uECC_vli_isZero(const uECC_word_t *vli, wordcount_t num_words); +uECC_word_t uECC_vli_isZero(const uECC_word_t *vli); /* * @brief Check if 'point' is the point at infinity