Commit 99df8f7b25c7013ac4bee8807986074154b41a03

Daniel Mendler 2019-10-19T18:33:39

mp_log_u32: remove obsolete todo

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/mp_log_u32.c b/mp_log_u32.c
index fb9dd5a..0523f7b 100644
--- a/mp_log_u32.c
+++ b/mp_log_u32.c
@@ -66,10 +66,6 @@ static mp_digit s_digit_ilogb(mp_digit base, mp_digit n)
    return ret;
 }
 
-/* TODO: output could be "int" because the output of mp_radix_size is int, too,
-         as is the output of mp_bitcount.
-         With the same problem: max size is INT_MAX * MP_DIGIT not INT_MAX only!
-*/
 mp_err mp_log_u32(const mp_int *a, uint32_t base, uint32_t *c)
 {
    mp_err err;