Skip to content

thoughtpolice/hs-curve25519

Repository files navigation

Minimal Haskell curve25519 diffie-hellman function

Build Status MIT Haskell

This package implements minimal bindings to the curve25519 diffie-hellman function. It should be relatively easy to both depend on, or include outright in your executable/package itself.

The underlying implementation is the ref code from SUPERCOP, which was originally implemented by Dan J. Bernstein.

Installation

It's just a cabal install away on Hackage:

$ cabal install curve25519

Join in

Be sure to read the contributing guidelines. File bugs in the GitHub issue tracker.

Master git repository:

  • git clone https://github.com/thoughtpolice/hs-curve25519.git

There's also a BitBucket mirror:

  • git clone https://bitbucket.org/thoughtpolice/hs-curve25519.git

Authors

See AUTHORS.txt.

License

MIT. See LICENSE.txt for terms of copyright and redistribution.

About

Minimal curve25519 Haskell package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published