v0.4.1
Obfstr uses the original string as a source of entropy per invocation. A typo made it always use `$ e` instead of the original string. Introduce internal `__entropy` to avoid unnecessary const items.
Obfstr uses the original string as a source of entropy per invocation. A typo made it always use `$ e` instead of the original string. Introduce internal `__entropy` to avoid unnecessary const items.