mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-04 11:50:05 +02:00
9 lines
154 B
C++
9 lines
154 B
C++
#pragma once
|
|
|
|
#include "sls/md5.h"
|
|
|
|
#include <string>
|
|
|
|
namespace sls {
|
|
std::string md5_calculate_checksum(char *buffer, ssize_t bytes);
|
|
} // namespace sls
|