SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
AES.h File Reference
#include <cstddef>
#include <span>
#include <vector>
#include <sourcepp/Math.h>
Include dependency graph for AES.h:
This graph shows which files directly or indirectly include this file:

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 {}