Obfuscation::Obfuscation

Constructors

Synopses

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...

Parameters

NameDescription
key_bytesThe raw key bytes used to derive the rotated key words.