Crate obfstr[][src]

Compiletime string constant obfuscation.

Macros

hash

Compiletime string constant hash.

obfstr

Compiletime string constant obfuscation.

position

Finds the position of the needle in the haystack at compiletime.

random

Compiletime random number generator.

wide

Wide string constant, returns an array of words.

Constants

SEED

Compiletime RNG seed.

Functions

hash

Compiletime string constant hash.

position

Finds the position of the needle in the haystack at compiletime.

splitmix

Compiletime bitmixing.

xref

Obfuscates the xref to static data.

xref_mut

Obfuscates the xref to static data.