mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-22 10:07:23 +00:00
Fix article in documentation
Co-authored-by: Andrew Thoelke <[email protected]> Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
committed by
Gilles Peskine
co-authored by
Andrew Thoelke
parent
6cc0a204b9
commit
4eb05a4edd
@@ -672,7 +672,7 @@
|
||||
#define PSA_ALG_IS_AEAD(alg) \
|
||||
(((alg) & PSA_ALG_CATEGORY_MASK) == PSA_ALG_CATEGORY_AEAD)
|
||||
|
||||
/** Whether the specified algorithm is a asymmetric signature algorithm,
|
||||
/** Whether the specified algorithm is an asymmetric signature algorithm,
|
||||
* also known as public-key signature algorithm.
|
||||
*
|
||||
* \param alg An algorithm identifier (value of type #psa_algorithm_t).
|
||||
|
||||
Reference in New Issue
Block a user