commit | c73879139eaaec5e4707cb98d50cb993b7285dff | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Dec 31 10:32:50 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Dec 31 10:33:47 2013 +0100 |
tree | ed19efb542e881c2324515b8c7df03bf7ec7c921 | |
parent | 53e1513fea1f322e967488039a3d4166b2fa31e4 [diff] [blame] | |
parent | 26bc1c0f5d2d7a966aec9da5488afa57505f9bee [diff] [blame] |
Merged ECP memory usage optimizations
diff --git a/ChangeLog b/ChangeLog index 3078c58..030d720 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -19,6 +19,7 @@ * More constant-time checks in the RSA module * Split off curves from ecp.c into ecp_curves.c * Curves are now stored fully in ROM + * Memory usage optimizations in ECP module Bugfix * Fixed bug in mpi_set_bit() on platforms where t_uint is wider than int