- Added POLARSSL_MPI_WINDOW_SIZE definition to allow easier time to memory trade-off
diff --git a/ChangeLog b/ChangeLog
index 8c576a6..539256b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,8 @@
parity bits, to prevent mistakes in copying data. (Closes ticket #33)
* Loads of minimal changes to better support WINCE as a build target
(Credits go to Marco Lizza)
+ * Added POLARSSL_MPI_WINDOW_SIZE definition to allow easier time to memory
+ trade-off
Bugfix
* Fixed faulty HMAC-MD2 implementation. Found by dibac. (Closes