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