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

Go to the source code of this file.
Namespaces | |
| namespace | vcryptpp |
| namespace | vcryptpp::VICE |
| namespace | vcryptpp::VICE::KnownCodes |
Functions | |
| std::vector< std::byte > | vcryptpp::VICE::encrypt (std::span< const std::byte > data, std::string_view code=KnownCodes::DEFAULT) |
| std::vector< std::byte > | vcryptpp::VICE::decrypt (std::span< const std::byte > data, std::string_view code=KnownCodes::DEFAULT) |