mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-28 22:37:27 +02:00
Hardcode numwords in vli_sub
This commit is contained in:
@@ -410,7 +410,7 @@ void uECC_vli_modMult_fast(uECC_word_t *result, const uECC_word_t *left,
|
||||
* @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)
|
||||
|
||||
Reference in New Issue
Block a user