Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
gabor-mezei-arm 2021-05-11 13:28:50 +02:00
parent a7b9b202b2
commit 7f366597b4
No known key found for this signature in database
GPG Key ID: 106F5A41ECC305BD

View File

@ -1487,7 +1487,6 @@
PSA_ALG_IS_ECDSA(alg) || PSA_ALG_IS_HASH_EDDSA(alg) || \
PSA_ALG_IS_VENDOR_HASH_AND_SIGN(alg))
/** Whether the specified algorithm is a signature algorithm that can be used
* with psa_sign_message() and psa_verify_message().
*