Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
sha256.cpp File Reference
#include "HealthGPS/sha256.h"
#include <fmt/format.h>
#include <array>
#include <fstream>
#include <iomanip>
#include <sstream>
#include <stdexcept>
#include <vector>
Include dependency graph for sha256.cpp:

Namespaces

namespace  hgps
 Top-level namespace for Health-GPS Console host application.
 

Functions

std::string hgps::compute_sha256_for_file (const std::filesystem::path &file_path, size_t buffer_size=static_cast< size_t >(1024 *1024))
 Compute the SHA256 hash for a file.