@hackage / curve25519

Fast implementations of the curve25519 elliptic curve primitives.

Latest0.2.8.1

About

Metadata

  • Last updated , by AdamWick
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: Adam Wick <awick@uhsure.com>

  • Lottery factor: 2

Links

Installation

Tested Compilers

  1. 9.8.1
  2. 9.2.1
  3. 9.0.1
  4. 8.10.7
  5. 8.8.4
  6. 8.6.5
  7. 8.4.4
  8. 8.2.2
  9. 8.0.2
  10. 7.10.3

Readme

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.