Obfuscation::Obfuscation

Construct an obfuscation from a KEY_SIZE-byte key.

Synopsis

Declared in <util/obfuscation.h>

explicit
Obfuscation(std::span<std::byte const, KEY_SIZE> key_bytes);

Parameters

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