[#Obfuscation-2constructor-0e] = xref:Obfuscation.adoc[Obfuscation]::Obfuscation :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<util/obfuscation.h>` Construct a disabled obfuscation with an all‐zero key. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:Obfuscation/2constructor-07.adoc[Obfuscation](); ---- [.small]#xref:Obfuscation/2constructor-07.adoc[_» more..._]# Construct an obfuscation from a KEY_SIZE‐byte key. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:Obfuscation/2constructor-0f.adoc[Obfuscation](std::span<std::byte const, KEY_SIZE> key_bytes); ---- [.small]#xref:Obfuscation/2constructor-0f.adoc[_» more..._]# == 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]#