Bug fixes + tabbing
[iotcloud.git] / version2 / src / C / pbkdf2-sha256.h
index 183ac256e7a6181aff5c3aede57737f8cce815a8..54a0bdf8a428fc663c0eb1c4e720313b40192081 100644 (file)
@@ -18,6 +18,7 @@ void sha2_finish( sha2_context *ctx, unsigned char output[32] );
 void sha2_hmac_starts( sha2_context *ctx, const unsigned char *key, size_t keylen, int is224 );
 void sha2_hmac_update( sha2_context *ctx, const unsigned char *input, size_t ilen );
 void sha2_hmac_finish( sha2_context *ctx, unsigned char output[32] );
+void sha2_hmac_reset( sha2_context *ctx );
 
 
 void PKCS5_PBKDF2_HMAC(unsigned char *password, size_t plen,