Skip to content

Conversation

Pratham-T
Copy link
Contributor

Update the docs to include new algorithms whose support has been added to AM62L DTHEv2 linux crypto driver. The new algorithms added in this commit are: AES-GCM, HMAC(MD5), HMAC(SHA224), HMAC(SHA256), HMAC(SHA384), and HMAC(SHA512).

To ease the visibility, the algorithms have been broken doen into multiple types according to their type.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the documentation for the AM62L DTHEv2 linux crypto driver to reflect newly supported cryptographic algorithms and improves the organization of the supported algorithms list.

  • Added support for AES-GCM encryption with authentication
  • Added support for HMAC variants (MD5, SHA224, SHA256, SHA384, SHA512)
  • Reorganized algorithms by category (Encryption, Encryption with Authentication, Hashing) for better clarity

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@StaticRocket
Copy link
Member

Content is fine, but yeah the commit description itself has a typo

@Pratham-T
Copy link
Contributor Author

Content is fine, but yeah the commit description itself has a typo

Ah, will correct and update.

Update the docs to include new algorithms whose support has been added
to AM62L DTHEv2 linux crypto driver. The new algorithms added in this
commit are: AES-GCM, HMAC(MD5), HMAC(SHA224), HMAC(SHA256),
HMAC(SHA384), and HMAC(SHA512).

To ease readability, the algorithms have been broken down into
multiple lines according to their type.

Signed-off-by: T Pratham <[email protected]>
@Pratham-T
Copy link
Contributor Author

Corrected typo. Edited the commit message a little for better reading flow.

@StaticRocket StaticRocket merged commit d5aa786 into TexasInstruments:master Oct 17, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants