#pragma once #include #include namespace Decryptor { std::vector Decrypt(const std::vector& input); bool DecryptInPlace(uint8_t* buffer, size_t size); }