Documentation: fix some nits

Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
Valerio Setti
2024-10-22 17:56:36 +02:00
parent 4cfec6ffbe
commit 83778d7aa9
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ uint64_t mbedtls_test_parse_binary_string(data_t *bin_string);
#endif
/* Helper macro for the PK module to check whether MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE
* is large enough to contain 4096 bits RSA key pairs. Of course this check is only
* is large enough to contain 4096-bit RSA key pairs. Of course this check is only
* necessary if PK relies on PSA (i.e. MBEDTLS_USE_PSA_CRYPTO) to store and manage
* the key. */
#if defined(MBEDTLS_USE_PSA_CRYPTO)