bsa::fo4::hashing namespace

Classes

struct hash

Functions

template<concepts::stringable String>
auto hash_file(String&& a_path) -> hash noexcept
Produces a hash using the given path.
auto hash_file_in_place(std::string& a_path) -> hash noexcept
Produces a hash using the given path.

Function documentation

#include <bsa/fo4.hpp>
template<concepts::stringable String>
hash bsa::fo4::hashing::hash_file(String&& a_path) noexcept

Produces a hash using the given path.

hash bsa::fo4::hashing::hash_file_in_place(std::string& a_path) noexcept
#include <bsa/fo4.hpp>

Produces a hash using the given path.