Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: hmac/hmac-sha-256.h
- Revision:
- 0:be515c9019e3
- Child:
- 4:6a1d887f1cad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hmac/hmac-sha-256.h Thu Jul 25 21:16:24 2019 +0000 @@ -0,0 +1,2 @@ + +extern void HmacSha256(const char* key, int keyLength, const char* message, int messageLength, char* mac); \ No newline at end of file