Add new psa_key_agreement() to key exercises

Signed-off-by: Paul Elliott <[email protected]>
This commit is contained in:
Paul Elliott
2024-11-15 14:09:03 +00:00
parent c54fcc765e
commit 2c9d398553
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ int mbedtls_test_psa_setup_key_derivation_wrap(
size_t capacity, int key_destroyable);
/** Perform a key agreement using the given key pair against its public key
* using psa_raw_key_agreement().
* using psa_raw_key_agreement() and psa_key_agreement().
*
* The result is discarded. The purpose of this function is to smoke-test a key.
*