mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-02 01:11:19 +01:00
9 lines
241 B
C++
9 lines
241 B
C++
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace sls {
|
|
std::string md5_calculate_checksum(char *buffer, ssize_t bytes);
|
|
} // namespace sls
|