mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
moved md5 to slsSupportlib, added md5_helper.c
This commit is contained in:
9
slsSupportLib/include/sls/md5_helper.h
Normal file
9
slsSupportLib/include/sls/md5_helper.h
Normal 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
|
Reference in New Issue
Block a user