SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vcryptpp::VICE Namespace Reference

Namespaces

namespace  KnownCodes
 

Functions

std::vector< std::byte > encrypt (std::span< const std::byte > data, std::string_view code=KnownCodes::DEFAULT)
 
std::vector< std::byte > decrypt (std::span< const std::byte > data, std::string_view code=KnownCodes::DEFAULT)
 

Function Documentation

◆ decrypt()

std::vector< std::byte > vcryptpp::VICE::decrypt ( std::span< const std::byte >  data,
std::string_view  code = KnownCodes::DEFAULT 
)

Definition at line 44 of file VICE.cpp.

◆ encrypt()

std::vector< std::byte > vcryptpp::VICE::encrypt ( std::span< const std::byte >  data,
std::string_view  code = KnownCodes::DEFAULT 
)

Definition at line 40 of file VICE.cpp.