eccrypto: Elliptic Curve Cryptography for Haskell
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.
N.B.: F2 is faulty and slow.
More secure curves will be added.
[Skip to Readme]
Versions [faq] | 0.0, 0.0.1 |
---|---|
Dependencies | base (==4.*), bytestring (==0.10.*), cereal (>=0.4 && <0.6), crypto-api (==0.13.*), SHA (>=1.6.4 && <1.7), vector (>=0.10 && <0.12) [details] |
License | BSD-3-Clause |
Copyright | (c) Marcel Fourné, 2009-2016 |
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 Wed Jun 15 07:41:40 UTC 2016 |
Distributions | NixOS:0.0.1 |
Downloads | 548 total (14 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-06-15 [all 1 reports] |
Modules
[Index]
Downloads
- eccrypto-0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)