mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
When enabled, we do not emit eval() and new Function(), which disables some functionality (causing runtime errors if at tempted to be used), but allows the emitted code to be acceptable in places that disallow dynamic code execution (chrome packaged app, non- privileged firefox app, etc.)