From 84255a5addb28280e8ab26623598d2633334149c Mon Sep 17 00:00:00 2001 From: gabor-mezei-arm Date: Thu, 29 Apr 2021 16:53:31 +0200 Subject: [PATCH] Typo Signed-off-by: gabor-mezei-arm --- library/psa_crypto_core.h | 1 + 1 file changed, 1 insertion(+) diff --git a/library/psa_crypto_core.h b/library/psa_crypto_core.h index 2ca5abd08e..04af845ebd 100644 --- a/library/psa_crypto_core.h +++ b/library/psa_crypto_core.h @@ -357,6 +357,7 @@ psa_status_t psa_generate_key_internal( const psa_key_attributes_t *attributes, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length ); + /** Sign a message with a private key. For hash-and-sign algorithms, * this includes the hashing step. *