Skip to content

Commit

Permalink
Update src/crypto/CHIPCryptoPAL.h
Browse files Browse the repository at this point in the history
Co-authored-by: Evgeny Margolis <[email protected]>
  • Loading branch information
turon and emargolis committed Aug 26, 2022
1 parent 6ff20e9 commit 486de90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/CHIPCryptoPAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 486de90

Please sign in to comment.