saltine-0.0.0.4: Cryptography that's easy to digest (NaCl/libsodium bindings).

Safe HaskellNone
LanguageHaskell2010

Crypto.Saltine

Synopsis

Documentation

optimize :: IO () Source

Runs Sodiums's optimizer. This has no semantic effect, but both may boost the speed of Sodium after running it. It is recommended in production environments. It is, however, NOT thread-safe so no other Sodium functions should be called until it successfully returns.