Continue with a different XOR key */
| 449 | |
| 450 | /** Continue with a different XOR key */ |
| 451 | void SetObfuscation(const Obfuscation& obfuscation) { m_obfuscation = obfuscation; } |
| 452 | |
| 453 | /** Implementation detail, only used internally. */ |
| 454 | std::size_t detail_fread(std::span<std::byte> dst); |
no outgoing calls
no test coverage detected