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

Name

Description

key_bytes

The raw key bytes used to derive the rotated key words.

Created with MrDocs