@hackage curve255190.2.8.1
Fast implementations of the curve25519 elliptic curve primitives.
Categories
License
BSD-3-Clause
Maintainer
Adam Wick <awick@uhsure.com>
Links
Versions
Installation
Tested Compilers
Dependencies (3)
- base >=4.6 && <4.22
- bytestring >=0.10 && <0.13
- crypto-api >=0.10 && <0.14 Show all…
Dependents (2)
@hackage/glirc, @hackage/acme-everything
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.