Andrew Boyson / crypto

Dependents:   oldheating gps motorhome heating

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