[][src]Macro xorstring::xorstring

macro_rules! xorstring {
    ($str:literal) => { ... };
}

Create and encrypt a string at compile-time and prepare it for decryption on runtime.

This must be called with a byte-string, such as b"Hello, World!".