mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Clarify support for mixed-endian platforms
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
7f62f36f82
commit
28f424f238
|
|
@ -261,6 +261,7 @@ Mbed TLS is mostly written in portable C99; however, it has a few platform requi
|
||||||
- Signed integers must be represented using two's complement.
|
- Signed integers must be represented using two's complement.
|
||||||
- `int` and `size_t` must be at least 32 bits wide.
|
- `int` and `size_t` must be at least 32 bits wide.
|
||||||
- The types `uint8_t`, `uint16_t`, `uint32_t` and their signed equivalents must be available.
|
- The types `uint8_t`, `uint16_t`, `uint32_t` and their signed equivalents must be available.
|
||||||
|
- Mixed-endian platforms are not supported.
|
||||||
|
|
||||||
PSA cryptography API
|
PSA cryptography API
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue