curve25519

Fast implementations of the curve25519 elliptic curve primitives.

http://github.com/acw/curve25519

Latest on Hackage:0.2.8

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Adam Wick

Haskell bindings and extensions to the curve25519-donna codebase. This module is a pretty straightforward implementation of the basic cryptographic routines you'd want from a project that uses curve25519: key generation, and key agreement. For further functionality, you'll want to look elsewhere.