Readme for ed25519-0.0.2.0

Minimal package for ed25519 signatures

Build Status MIT Haskell

This package implements minimal bindings to the ed25519 signature scheme. It should be relatively easy to both depend on, or include outright in your executable/package itself.

The underlying implementation is the ref10 code from SUPERCOP, which was originally implemented by Dan J. Bernstein.

Installation

It's just a cabal install away on Hackage:

$ cabal install ed25519

Join in

Be sure to read the contributing guidelines. File bugs in the GitHub issue tracker.

Master git repository:

There's also a BitBucket mirror:

Authors

See AUTHORS.txt.

License

MIT. See LICENSE.txt for terms of copyright and redistribution.