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.

[maintain] [Publish]

Warnings:

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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for eccrypto-0.1.0

[back to package description]
ECC
---
RSA just doesn't cut it anymore for fast public-key crypto. Keys are large for reasonable security making it quite slow...
Enter elliptic curves: smaller numbers are necessary and everything is faster. Maybe this library is not for embedded system usage, but now people can experiment with ECC for those use-cases where some form of RSA would be chosen otherwise.


Motivation
----------
This is a side-project from which other people may benefit. Due to time-constraints, I can't work as much on it as I would like. If you use/like it or want to make some criticism heard, please write an email.