- Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter functions.

This commit is contained in:
Paul Bakker 2011-05-18 15:47:11 +00:00
parent 831a755d9e
commit 2f5947e1f6
5 changed files with 120 additions and 0 deletions

View file

@ -9,6 +9,8 @@ Features
by undefining POLARSSL_FS_IO
* A error_strerror function() has been added to translate between
error codes and their description.
* Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter
functions.
Changes
* Major argument / variable rewrite. Introduced use of size_t