Commit b0938d70f3ffe77435afcc5e9a7bc9dfb2857991

Daniel Mendler 2019-05-24T11:48:27

remove obsolete comment

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/tommath.h b/tommath.h
index 51efb6e..a420f5b 100644
--- a/tommath.h
+++ b/tommath.h
@@ -81,9 +81,7 @@ typedef uint64_t             private_mp_word;
  */
 #      define MP_DIGIT_BIT 31
 #   else
-/* default case is 28-bit digits, defines MP_28BIT as a handy macro to test
- * this is to make porting into LibTomCrypt easier :-)
- */
+/* default case is 28-bit digits, defines MP_28BIT as a handy macro to test */
 #      define MP_DIGIT_BIT 28
 #      define MP_28BIT
 #   endif