Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoughtpolice/salt
Fast cryptographic networking for Haskell
https://github.com/thoughtpolice/salt
Last synced: about 2 months ago
JSON representation
Fast cryptographic networking for Haskell
- Host: GitHub
- URL: https://github.com/thoughtpolice/salt
- Owner: thoughtpolice
- License: mit
- Created: 2011-10-06T23:11:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-29T19:09:52.000Z (almost 12 years ago)
- Last Synced: 2024-10-20T20:20:12.908Z (2 months ago)
- Language: Assembly
- Homepage: http://thoughtpolice.github.com/salt
- Size: 1.87 MB
- Stars: 24
- Watchers: 7
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fast cryptographic networking for Haskell
[![Build Status](https://secure.travis-ci.org/thoughtpolice/salt.png?branch=master)](http://travis-ci.org/thoughtpolice/salt)
[NaCl][] (pronounced "salt") is a fast library for cryptographic
networking. Think of it like OpenSSL, but faster, easier, and more
secure.These are the awesome Haskell bindings.
# Installation
See the [main page][] for installation instructions, dependencies,
documentation, and examples.# Join in
Be sure to read the [contributing guidelines][contribute]. File bugs in
the GitHub [issue tracker][].Master [git repository][gh]:
* `git clone https://github.com/thoughtpolice/salt.git`
There's also a [BitBucket mirror][bb]:
* `git clone https://bitbucket.org/thoughtpolice/salt.git`
# Authors
See [AUTHORS.txt](https://raw.github.com/thoughtpolice/salt/master/AUTHORS.txt).
# License
MIT. See [LICENSE.txt](https://raw.github.com/thoughtpolice/salt/master/LICENSE.txt) for terms of copyright and redistribution.
[NaCl]: http://nacl.cace-project.eu
[main page]: http://thoughtpolice.github.com/salt
[contribute]: https://github.com/thoughtpolice/salt/blob/master/CONTRIBUTING.md
[issue tracker]: http://github.com/thoughtpolice/salt/issues
[gh]: http://github.com/thoughtpolice/salt
[bb]: http://bitbucket.org/thoughtpolice/salt