eccrypto: Elliptic Curve Cryptography for Haskell
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
Elliptic Curve Cryptography in Haskell, evolved for correctness and practical usability from higher-level libraries.
The implementation is pure Haskell and as generic and fast as reasonably possible. Timing-attack resistance is important, failure must be documented.
This library was formerly known and its code originated as hecc, but since this would imply Hyperelliptic ECC, the name was changed.
Also the scope was changed by selecting best internal formats and no longer trying to be overly general, allowing more optimizations.
[Skip to Readme]
Properties
Versions | 0.0, 0.0.1, 0.1.0, 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1 |
---|---|
Change log | None available |
Dependencies | base (>=4 && <5), bytestring (>=0.10 && <0.11), crypto-api (>=0.13 && <0.14), integer-gmp (>=1.0 && <1.1), SHA (>=1.6.4 && <1.7) [details] |
License | BSD-3-Clause |
Copyright | (c) Marcel Fourné, 2009-2019 |
Author | Marcel Fourné |
Maintainer | Marcel Fourné (haskell@marcelfourne.de) |
Category | Cryptography |
Source repo | head: git clone https://github.com/mfourne/eccrypto.git |
Uploaded | by MarcelFourne at 2019-02-19T13:32:51Z |
Modules
[Index] [Quick Jump]
Downloads
- eccrypto-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees