commit | 0e307647e6012c21de2aece6328e9bb2321f6138 | [log] [tgz] |
---|---|---|
author | Steven Cooreman <steven.cooreman@silabs.com> | Thu Feb 18 16:18:32 2021 +0100 |
committer | Steven Cooreman <steven.cooreman@silabs.com> | Wed Mar 10 13:00:25 2021 +0100 |
tree | a043a3cb8eedafeec7acb46567cc5472cb440b2b | |
parent | 17605f072b6bc85e1a9cf6a81bd6b5d5eb65440a [diff] [blame] |
Split hashing operations out into an mbedTLS hash driver Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
diff --git a/library/Makefile b/library/Makefile index 903dc0d..8c69671 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -121,6 +121,7 @@ psa_crypto_client.o \ psa_crypto_driver_wrappers.o \ psa_crypto_ecp.o \ + psa_crypto_hash.o \ psa_crypto_rsa.o \ psa_crypto_se.o \ psa_crypto_slot_management.o \