Fixed comment on maximum tested size for POLARSSL_MPI_MAX_LIMBS
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h
index ce29ca3..06d6a2f 100644
--- a/include/polarssl/bignum.h
+++ b/include/polarssl/bignum.h
@@ -77,7 +77,7 @@
/*
* Maximum size of MPIs allowed in bits and bytes for user-MPIs.
- * ( Default: 512 bytes => 4096 bits, Maximum: 1024 bytes => 8192 bits )
+ * ( Default: 512 bytes => 4096 bits, Maximum tested: 2048 bytes => 16384 bits )
*
* Note: Calculations can results temporarily in larger MPIs. So the number
* of limbs required (POLARSSL_MPI_MAX_LIMBS) is higher.