Document SIZE_MAX requirement in README.md
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
928593f732
commit
37296a413a
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ Mbed TLS is mostly written in portable C99; however, it has a few platform requi
|
|||
- `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.
|
||||
- SIZE_MAX must be at least as big as INT_MAX and UINT_MAX.
|
||||
|
||||
PSA cryptography API
|
||||
--------------------
|
||||
|
|
Loading…
Reference in a new issue