https://github.com/thoughtpolice/hs-noise
Usable security for the internet, Deux (in Haskell)
https://github.com/thoughtpolice/hs-noise
Last synced: about 2 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T20:32:20.000Z (about 11 years ago)
- Last Synced: 2025-02-11T08:48:56.106Z (3 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
[](https://travis-ci.org/thoughtpolice/hs-noise)
[](http://en.wikipedia.org/wiki/MIT_license)
[](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