commit | 0d1fe4a16101338b96da87eaea752ed0f9f9c624 | [log] [tgz] |
---|---|---|
author | Kevin Townsend <kevin.townsend@linaro.org> | Wed May 13 20:03:30 2020 +0200 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Wed Jun 09 19:48:43 2021 +0200 |
tree | 96d767177374e123203ce96a277a0a2dc5b677ff | |
parent | 45eca4ce10a83fffc0c66d9770380cd716150a42 [diff] |
samples: tfm_integration: Extend PSA cryptography demo This commit extends the psa_level_1 sample's use of the PSA Cryptography 1.0 API to demonstrate the following functionality: - Generate a persistent key (secp256r1) - Display the public key based on the private key above - Calculates the SHA256 hash of a payload - Signs the hash with the persistent key - Verifies the signature using the public key - Destroys the key Signed-off-by: Kevin Townsend <kevin.townsend@linaro.org>