saltine: Cryptography that's easy to digest (NaCl/libsodium bindings).
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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]
Properties
Versions | 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.0, 0.2.0.1, 0.2.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.5 && <5), bytestring (>=0.10.8 && <0.11), deepseq (>=1.4 && <1.5), hashable, profunctors (>=5.3 && <5.7), text (>=1.2 && <1.3) [details] |
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 2021-05-27T23:34:18Z |
Modules
- Crypto
- Crypto.Saltine
- Crypto.Saltine.Class
- Core
- Crypto.Saltine.Core.AEAD
- Crypto.Saltine.Core.AEAD.AES256GCM
- Crypto.Saltine.Core.AEAD.ChaCha20Poly1305
- Crypto.Saltine.Core.AEAD.ChaCha20Poly1305IETF
- Crypto.Saltine.Core.AEAD.XChaCha20Poly1305
- Crypto.Saltine.Core.Auth
- Crypto.Saltine.Core.Box
- Crypto.Saltine.Core.Hash
- Crypto.Saltine.Core.OneTimeAuth
- Crypto.Saltine.Core.Password
- Crypto.Saltine.Core.ScalarMult
- Crypto.Saltine.Core.SecretBox
- Crypto.Saltine.Core.Sign
- Crypto.Saltine.Core.Stream
- Crypto.Saltine.Core.Utils
- Crypto.Saltine.Core.AEAD
- Internal
- AEAD
- Crypto.Saltine.Internal.AEAD.AES256GCM
- Crypto.Saltine.Internal.AEAD.ChaCha20Poly1305
- Crypto.Saltine.Internal.AEAD.ChaCha20Poly1305IETF
- Crypto.Saltine.Internal.AEAD.XChaCha20Poly1305
- 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
- AEAD
- Crypto.Saltine
Downloads
- saltine-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees