remove obsolete comment

This commit is contained in:
Daniel Mendler 2019-05-24 11:48:27 +02:00 committed by Steffen Jaeckel
parent 9f607dd5eb
commit b0938d70f3
No known key found for this signature in database
GPG Key ID: AF0CB17621EDAD72

View File

@ -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