Merge pull request #6065 from mpg/explore2

Driver-only hashes: RSA 1.5 and PK + strategy doc
This commit is contained in:
Manuel Pégourié-Gonnard 2022-07-28 10:43:38 +02:00 committed by GitHub
commit f6b8c3297a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 1125 additions and 541 deletions

View file

@ -2432,6 +2432,9 @@
*
* Enable the generic message digest layer.
*
* Requires: one of: MBEDTLS_MD5_C, MBEDTLS_RIPEMD160_C, MBEDTLS_SHA1_C,
* MBEDTLS_SHA224_C, MBEDTLS_SHA256_C, MBEDTLS_SHA384_C,
* MBEDTLS_SHA512_C.
* Module: library/md.c
* Caller: library/constant_time.c
* library/ecdsa.c