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

Safe HaskellNone
LanguageHaskell2010

Crypto.Saltine

Synopsis

Documentation

optimize :: IO () Source #

Runs Sodiums's initialization routine. This should be called before using any other function. It is thread-safe since libsodium 1.0.11, but not before.