saltine: Cryptography that's easy to digest (NaCl/libsodium bindings).
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.
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.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Crypto
- Crypto.Saltine
- Crypto.Saltine.Class
- Core
- Internal
- AEAD
- Crypto.Saltine.Internal.Auth
- Crypto.Saltine.Internal.Box
- Crypto.Saltine.Internal.ByteSizes
- Crypto.Saltine.Internal.Hash
- Crypto.Saltine.Internal.OneTimeAuth
- Crypto.Saltine.Internal.Password
- Crypto.Saltine.Internal.ScalarMult
- Crypto.Saltine.Internal.SecretBox
- Crypto.Saltine.Internal.Sign
- Crypto.Saltine.Internal.Stream
- Crypto.Saltine.Internal.Util
- Crypto.Saltine
Downloads
- saltine-0.2.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.0.5, 0.0.0.6, 0.0.1.0, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0, 0.1.1.1, 0.2.0.0, 0.2.0.1, 0.2.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.5 && <5), bytestring (>=0.10.8 && <0.12), deepseq (>=1.4 && <1.5), hashable, profunctors (>=5.3 && <5.7), text (>=1.2 && <1.3 || >=2.0 && <2.1) [details] |
Tested with | ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.6, ghc ==9.4.4 |
License | MIT |
Copyright | Copyright (c) Joseph Abrahamson 2013 |
Author | Joseph Abrahamson |
Maintainer | Max Amanshauser <max@lambdalifting.org> |
Category | Cryptography |
Bug tracker | http://github.com/tel/saltine/issues |
Source repo | head: git clone https://github.com/tel/saltine.git |
Uploaded | by amx at 2023-02-19T19:23:31Z |
Distributions | LTSHaskell:0.2.1.0, NixOS:0.2.1.0 |
Reverse Dependencies | 9 direct, 16 indirect [details] |
Downloads | 13595 total (79 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |