mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Clarfiy SHA224 and SHA256 documentation
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
parent
c722ebb7d9
commit
9d2d6c9ea0
7 changed files with 21 additions and 15 deletions
|
|
@ -3106,9 +3106,9 @@
|
|||
* \def MBEDTLS_SHA224_C
|
||||
*
|
||||
* Enable the SHA-224 cryptographic hash algorithm.
|
||||
* Future version will have this option disabled by default.
|
||||
* A future version of the library will have this option disabled by default.
|
||||
*
|
||||
* Requires: MBEDTLS_SHA256_C. Library does not support enabling
|
||||
* Requires: MBEDTLS_SHA256_C. The library does not currently support enabling
|
||||
* SHA-224 without SHA-256.
|
||||
*
|
||||
* Module: library/sha256.c
|
||||
|
|
@ -3124,7 +3124,7 @@
|
|||
*
|
||||
* Enable the SHA-256 cryptographic hash algorithm.
|
||||
*
|
||||
* Requires: MBEDTLS_SHA224_C. Library does not support enabling
|
||||
* Requires: MBEDTLS_SHA224_C. The library does not currently support enabling
|
||||
* SHA-256 without SHA-224.
|
||||
*
|
||||
* Module: library/sha256.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue