mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
852191e0b5
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
9 lines
344 B
Plaintext
9 lines
344 B
Plaintext
Features
|
|
* General performance improvements by accessing multiple bytes at a time.
|
|
Fixes #1666.
|
|
* Improvements to use of unaligned and byte-swapped memory, reducing code
|
|
size and improving performance (depending on compiler and target
|
|
architecture).
|
|
Changes
|
|
* Mixed-endian systems are explicitly not supported any more.
|