![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
Functions | |
std::vector< std::byte > | encrypt (std::span< const std::byte > data, uint8_t saltLength=2) |
std::vector< std::byte > | decrypt (std::span< const std::byte > data) |
Variables | |
constexpr std::string_view | SIGNATURE = "VFONT1" |
constexpr uint8_t | MAGIC = 167 |
std::vector< std::byte > vcryptpp::VFONT::decrypt | ( | std::span< const std::byte > | data | ) |
std::vector< std::byte > vcryptpp::VFONT::encrypt | ( | std::span< const std::byte > | data, |
uint8_t | saltLength = 2 |
||
) |