-
Notifications
You must be signed in to change notification settings - Fork 214
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
Expose HMAC through the Public C++ Crypto API #4204
Conversation
/azp run |
Commenter does not have sufficient privileges for PR 4204 in repo microsoft/CCF |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
expose_crypto_hmac_api@49444 aka 20220908.14 vs main ewma over 20 builds from 49116 to 49440 Click to see tablemain
expose_crypto_hmac_api
|
@eddyashton @achamayou The CI pipeline is failing on a |
Never mind, looks like the failed checks re-ran on their own and passed this time 😄 |
This PR exposes the HMAC cryptographic function through the Public C++ Crypto API by moving the corresponding
hmac.h
definition toinclude/ccf
. Public docs have also been updated to include the addition of the function.