Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoughtpolice/hs-noise
Usable security for the internet, Deux (in Haskell)
https://github.com/thoughtpolice/hs-noise
Last synced: 21 days ago
JSON representation
Usable security for the internet, Deux (in Haskell)
- Host: GitHub
- URL: https://github.com/thoughtpolice/hs-noise
- Owner: thoughtpolice
- License: mit
- Created: 2014-03-13T19:17:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T20:32:20.000Z (almost 11 years ago)
- Last Synced: 2024-10-31T05:22:12.644Z (2 months ago)
- Language: Haskell
- Size: 289 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Encrypted networking for Haskell
[![Build Status](https://travis-ci.org/thoughtpolice/hs-noise.png?branch=master)](https://travis-ci.org/thoughtpolice/hs-noise)
[![BSD3](http://b.repl.ca/v1/license-MIT3-blue.png)](http://en.wikipedia.org/wiki/MIT_license)
[![Haskell](http://b.repl.ca/v1/language-haskell-lightgrey.png)](http://www.haskell.org)An implementation of [Noise][] in Haskell.
[Noise]: https://github.com/trevp/noise/wiki
# Installation
It's just a `cabal install` away on [Hackage][]:
```bash
$ cabal install noise
```# 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/hs-noise.git`
There's also a [BitBucket mirror][bb]:
* `git clone https://bitbucket.org/thoughtpolice/hs-noise.git`
# Authors
See [AUTHORS.txt](https://raw.github.com/thoughtpolice/hs-noise/master/AUTHORS.txt).
# License
MIT. See
[LICENSE.txt](https://raw.github.com/thoughtpolice/hs-noise/master/LICENSE.txt)
for terms of copyright and redistribution.[contribute]: https://github.com/thoughtpolice/hs-noise/blob/master/CONTRIBUTING.md
[issue tracker]: http://github.com/thoughtpolice/hs-noise/issues
[gh]: http://github.com/thoughtpolice/hs-noise
[bb]: http://bitbucket.org/thoughtpolice/hs-noise
[Hackage]: http://hackage.haskell.org/package/noise