commit | a4cc7d6d6ba18dbfe66829dd944d2d9237a92148 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Wed May 25 11:30:48 2022 +0200 |
committer | Neil Armstrong <narmstrong@baylibre.com> | Wed Aug 31 10:49:18 2022 +0200 |
tree | 770a1f41432738608d31fcb24362b98ed4502c27 | |
parent | 4b5710f8a0a41afd0031cf59e1239a6b58b5acc2 [diff] [blame] |
Add PSA PAKE buildin implementation Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 378cfb4..9513814 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -70,6 +70,7 @@ psa_crypto_ecp.c psa_crypto_hash.c psa_crypto_mac.c + psa_crypto_pake.c psa_crypto_rsa.c psa_crypto_se.c psa_crypto_slot_management.c