-
Notifications
You must be signed in to change notification settings - Fork 50
Adding HMAC and nonce functionality for ATECC608 #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Memory usage change @ 7a9b7c2
Click for full report table
Click for full report CSV
|
Hi @RLeclair. Thanks so much for your pull request! It looks like you have not yet signed the contributor license agreement, which we require of all contributors. Would you mind taking care of that so it doesn't act as a blocker on merging this PR? It can be signed here: https://cla-assistant.io/arduino-libraries/ArduinoECCX08?pullRequest=45 Please let me know if you have any questions or concerns. |
Hi @per1234 just signed the contributor license agreement, apologies for the delay! |
Hi @per1234, is there anything else needed for merging this PR? Let me know, thanks! |
Co-authored-by: Dane Walton <[email protected]>
Memory usage change @ 4562d7c
Click for full report table
Click for full report CSV
|
Memory usage change @ eb93d9d
Click for full report table
Click for full report CSV
|
Hi @facchinm, thanks for reviewing the PR, wanted to know if there is anything left needed to merge this PR? |
LGTM! Squashing and merging! |
@facchinm I saw that the latest release was in March, is there a planned release date for 1.3.7? Thanks for all the help! |
Releasing now 😉 |
Addressing issue #42
Adding nonce functionality
Adding HMAC functionality
Adding HMAC and nonce example