Skip to content

Conversation

@AnthonyGrondin
Copy link
Contributor

Thank you!

Thank you for your contribution.
Please make sure that your submission includes the following:

Must

  • The code compiles without errors or warnings.
  • All examples work.
  • cargo fmt was run.
  • Your changes were added to the CHANGELOG.md in the proper section.
  • You updated existing examples or added examples (if applicable).
  • Added examples are checked in CI

Nice to have

  • You add a description of your work to this PR.
  • You added proper docs for your newly added features and code.

This PR splits up #465, as suggested in #465 (comment) to move the HMAC driver implementation into it's own PR to be more easily reviewable.

Code mostly taken from:
a9807ae

I've reworked the examples a little bit.

I have tested on esp32s3, but not on the other architectures as I don't have them on hand.

Copy link
Contributor

@bjoernQ bjoernQ left a comment

Choose a reason for hiding this comment

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

LGTM - Thanks!

tested on all supported targets, code looks good to me

@bjoernQ bjoernQ merged commit 91b9b51 into esp-rs:main Aug 28, 2023
playfulFence pushed a commit to playfulFence/esp-hal that referenced this pull request Sep 26, 2023
* feat(hmac): Add HMAC driver for hardware acceleration

Driver code taken from: esp-rs@a9807ae

* fix build for target without hmac support.
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.

2 participants