mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
7 lines
132 B
C++
7 lines
132 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace sls {
|
|
std::string md5_calculate_checksum(char *buffer, ssize_t bytes);
|
|
} // namespace sls
|