mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 05:35:33 +01:00
- Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter functions.
This commit is contained in:
parent
831a755d9e
commit
2f5947e1f6
5 changed files with 120 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue