From 89b9e9e8313015599fe02d778dd1ed47278e77d6 Mon Sep 17 00:00:00 2001 From: Martin Turon Date: Thu, 25 Aug 2022 13:07:41 -0700 Subject: [PATCH] Update src/crypto/CHIPCryptoPAL.h Co-authored-by: Evgeny Margolis --- src/crypto/CHIPCryptoPAL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/CHIPCryptoPAL.h b/src/crypto/CHIPCryptoPAL.h index 3882e1f64b07d7..9c5de092867ee3 100644 --- a/src/crypto/CHIPCryptoPAL.h +++ b/src/crypto/CHIPCryptoPAL.h @@ -621,7 +621,7 @@ CHIP_ERROR AES_CCM_decrypt(const uint8_t * ciphertext, size_t ciphertext_length, size_t nonce_length, uint8_t * plaintext); /** - * @brief A function that implements AES-CCM decryption + * @brief A function that implements AES-CTR encryption/decryption * * This implements the AES-CTR-Encrypt/Decrypt() cryptographic primitives per sections * 3.7.1 and 3.7.2 of the specification. For an empty input, the user of the API