Skip to content

thoughtpolice/hs-curve25519

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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