#pragma once #include "exports.h" #include "FileDefinition.h" namespace craftlab::fakeraid { class CRYPTO_EXPORT Crypto { public: Crypto(); void Compute(const std::string& path, FileAndSum& file); }; }