Constructors
Synopses
Declared in <util/obfuscation.h>
Construct a disabled obfuscation with an all‐zero key.
Obfuscation();
Construct an obfuscation from a KEY_SIZE‐byte key.
explicit
Obfuscation(std::span<std::byte const, KEY_SIZE> key_bytes);
Parameters
Name |
Description |
key_bytes |
The raw key bytes used to derive the rotated key words. |
Created with MrDocs