saltine

Cryptography that's easy to digest (NaCl/libsodium bindings).

Version on this page:0.1.0.2
LTS Haskell 22.14:0.2.1.0
Stackage Nightly 2023-12-26:0.2.1.0
Latest on Hackage:0.2.1.0

See all snapshots saltine appears in

MIT licensed by Joseph Abrahamson
Maintained by Max Amanshauser
This version can be pinned in stack with:saltine-0.1.0.2@sha256:7380cd9ae7007d961e79197b4b77da3128f2dc1d4646d369071ebd9c0101e593,3007

NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools.

http://nacl.cr.yp.to/

Sodium is a portable, cross-compilable, installable, packageable crypto library based on NaCl, with a compatible API.

https://github.com/jedisct1/libsodium

Saltine is a Haskell binding to the NaCl primitives going through Sodium for build convenience and, eventually, portability.