commit | 129b42ea2ece4efaab3d77e7de6f0a6236a50af1 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Nov 04 14:41:45 2019 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Nov 04 15:53:09 2019 +0100 |
tree | 6f1c7d8a15345079e3d8c79a4409b0431eab502b | |
parent | 2eca3d367b283003204fcacb42f74b449b0000a8 [diff] [blame] |
Hardcode numwords in vli_sub
diff --git a/include/tinycrypt/ecc.h b/include/tinycrypt/ecc.h index 55e450e..74c0960 100644 --- a/include/tinycrypt/ecc.h +++ b/include/tinycrypt/ecc.h
@@ -410,7 +410,7 @@ * @return borrow */ uECC_word_t uECC_vli_sub(uECC_word_t *result, const uECC_word_t *left, - const uECC_word_t *right, wordcount_t num_words); + const uECC_word_t *right); /* * @brief Constant-time comparison function(secure way to compare long ints)