Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Declare the actually builtin hash algorithms as such
Even though we're using PSA_CRYPTO_CONFIG, there are situations where MBEDTLS_PSA_BUILTIN_ALG_[hash] needs to be set from what's actually compiled into mbedTLS, since the builtin implementation of the relying algorithms doesn't (yet?) go back to PSA for the hash primitive. These are currently RSA and deterministic ECDSA. Signed-off-by: Steven Cooreman <[email protected]>
- Loading branch information