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

Go to the source code of this file.
Namespaces | |
| namespace | vcryptpp |
| namespace | vcryptpp::VFONT |
Functions | |
| std::vector< std::byte > | vcryptpp::VFONT::encrypt (std::span< const std::byte > data, uint8_t saltLength=2) |
| std::vector< std::byte > | vcryptpp::VFONT::decrypt (std::span< const std::byte > data) |
Variables | |
| constexpr std::string_view | vcryptpp::VFONT::SIGNATURE = "VFONT1" |
| constexpr uint8_t | vcryptpp::VFONT::MAGIC = 167 |