moved md5 to slsSupportlib, added md5_helper.c

This commit is contained in:
2021-09-16 11:34:16 +02:00
parent ba122fe2ad
commit 2ff50750f5
8 changed files with 67 additions and 25 deletions

View File

@ -0,0 +1,9 @@
#pragma once
#include "sls/md5.h"
#include <string>
namespace sls {
std::string md5_calculate_checksum(char *buffer, ssize_t bytes);
} // namespace sls