commit | f8b9ebf2974d3891d3e0a04867d63e4f3c0af322 | [log] [tgz] |
---|---|---|
author | Hannes Tschofenig <hannes.tschofenig@arm.com> | Tue Jul 18 13:46:10 2023 +0100 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Tue Jul 18 13:55:36 2023 +0100 |
tree | c146c1304e549a49c264ab9dfcdae2753f16b823 | |
parent | 828b3acd6b684979143db0b7464b125baaf86f36 [diff] [blame] |
Add example program for PSA hash This commit adds the example program for PSA hash as well as the relevant changes to CMakeLists.txt and the Makefile. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/programs/psa/CMakeLists.txt b/programs/psa/CMakeLists.txt index 7ba4af6..c8ee626 100644 --- a/programs/psa/CMakeLists.txt +++ b/programs/psa/CMakeLists.txt
@@ -4,6 +4,7 @@ hmac_demo key_ladder_demo psa_constant_names + psa_hash ) if(GEN_FILES)