mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 08:17:48 +00:00
readme: Addressed review comments #2
Signed-off-by: Minos Galanakis <[email protected]> Co-authored-by: davidhorstmann-arm <[email protected]>
This commit is contained in:
committed by
Minos Galanakis
co-authored by
davidhorstmann-arm
parent
d7547fcb5d
commit
0f2a46c1cf
@@ -255,7 +255,7 @@ Mbed TLS can be ported to many different architectures, OS's and platforms. Befo
|
||||
Mbed TLS is mostly written in portable C99; however, it has a few platform requirements that go beyond the standard, but are met by most modern architectures:
|
||||
|
||||
- Bytes must be 8 bits.
|
||||
- `all-bits-zero` must be a valid representation of a null pointer.
|
||||
- All-bits-zero must be a valid representation of a null pointer.
|
||||
- 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.
|
||||
|
||||
Reference in New Issue
Block a user