![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|


Go to the source code of this file.
Namespaces | |
| namespace | sourcepp |
| namespace | sourcepp::crypto |
Functions | |
| bool | sourcepp::crypto::decryptAES_CFB (std::span< std::byte > buffer, std::span< const std::byte > key, std::span< const std::byte > iv=NULL_IV) |
| bool | sourcepp::crypto::encryptAES_CFB (std::span< std::byte > buffer, std::span< const std::byte > key, std::span< const std::byte > iv=NULL_IV) |
Variables | |
| const std::array< std::byte, 16 > | sourcepp::crypto::NULL_IV {} |