![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <cstddef>#include <span>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | sourcepp |
| namespace | sourcepp::crypto |
Functions | |
| std::vector< std::byte > | sourcepp::crypto::decodeHexString (std::string_view hex) |
| std::string | sourcepp::crypto::encodeHexString (std::span< const std::byte > hex) |