mirror of
https://github.com/espressif/mbedtls.git
synced 2026-08-31 07:29:54 +00:00
Correct block size for MD2
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -36,7 +36,7 @@ hash_algorithm:PSA_ALG_SHA_512:64
|
||||
|
||||
MAC: HMAC-MD2
|
||||
depends_on:PSA_WANT_ALG_HMAC:PSA_WANT_ALG_MD2
|
||||
hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_MD2 ):16:64
|
||||
hmac_algorithm:PSA_ALG_HMAC( PSA_ALG_MD2 ):16:16
|
||||
|
||||
MAC: HMAC-MD4
|
||||
depends_on:PSA_WANT_ALG_HMAC:PSA_WANT_ALG_MD4
|
||||
|
||||
Reference in New Issue
Block a user