aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2022-12-01 09:49:44 +0000
committerDave Rodgman <dave.rodgman@arm.com>2022-12-01 09:49:44 +0000
commit28f424f2380eac2e4ea6a53eb48adea4f31e440c (patch)
tree6f4fcc41a67068fcc8b92571b1905431daea2e68 /README.md
parent7f62f36f820f368e27424a7721415b181432a76d (diff)
downloadmbedtls-28f424f2380eac2e4ea6a53eb48adea4f31e440c.zip
mbedtls-28f424f2380eac2e4ea6a53eb48adea4f31e440c.tar.gz
mbedtls-28f424f2380eac2e4ea6a53eb48adea4f31e440c.tar.bz2
Clarify support for mixed-endian platforms
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a4edb0..8a23bd2 100644
--- a/README.md
+++ b/README.md
@@ -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.
- `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.
+- Mixed-endian platforms are not supported.
PSA cryptography API
--------------------