![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <QCryptographicHash>#include <array>#include <filesystem>#include <fstream>#include <string>#include "core/exceptions.hpp"#include "core/logging/logging.hpp"Namespaces | |
| namespace | atlas |
| namespace | atlas::crypto |
| namespace | atlas::crypto::sha256 |
Functions | |
| std::string | atlas::crypto::sha256::hashFile (const std::filesystem::path path) |
| std::string | atlas::crypto::sha256::hash (const QByteArrayView view) |