6#ifndef ATLASGAMEMANAGER_CRYPTO_HPP
7#define ATLASGAMEMANAGER_CRYPTO_HPP
15 std::string
hashFile(
const std::filesystem::path path );
17 std::string
hash(
const QByteArrayView view );
std::string hash(const QByteArrayView view)
Definition crypto.cpp:43
std::string hashFile(const std::filesystem::path path)
Definition crypto.cpp:18