[#Obfuscation-2constructor-0f] = xref:Obfuscation.adoc[Obfuscation]::Obfuscation :relfileprefix: ../ :mrdocs: Construct an obfuscation from a KEY_SIZE‐byte key. == Synopsis Declared in `<util/obfuscation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit Obfuscation(std::span<std::byte const, KEY_SIZE> key_bytes); ---- == Parameters [cols="1,4"] |=== | Name| Description | *key_bytes* | The raw key bytes used to derive the rotated key words. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#