pkarashchenko commented on code in PR #2039:
URL: https://github.com/apache/nuttx-apps/pull/2039#discussion_r1319160054


##########
netutils/codecs/md5.c:
##########
@@ -406,4 +411,59 @@ char *md5_hash(const uint8_t * addr, const size_t len)
   return hash;
 }
 
+/****************************************************************************
+ * Name: md5_file
+ *
+ * Description:
+ *   MD5 hash for a file
+ *
+ * Input Parameters:
+ *   path: File Path
+ *   mac : Buffer for the hash
+ *
+ ****************************************************************************/
+
+int md5_file(const char *path, uint8_t *mac)

Review Comment:
   Yes. Sure. It is more like a "note" comment



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to