mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 09:15:54 +01: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
|