ed25519: ed25519 cryptographic signatures

[ cryptography, mit ] [ Propose Tags ]

This package provides a simple, portable implementation of the ed25519 public-key signature system. It also includes support for detached signatures.

The underlying implementation uses the ref10 implementation of ed25519 from SUPERCOP, and should be relatively fast.

For more information (including how to get a copy of the software) visit http://ed25519.cr.yp.to.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
test-propertiesEnabled
test-hlintEnabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.5.0
Change log CHANGELOG.md
Dependencies base (>=4 && <5), bytestring (>=0.9 && <0.11), ghc-prim (>=0.1 && <0.5) [details]
License MIT
Copyright Copyright (c) Austin Seipp 2013-2015
Author Austin Seipp
Maintainer Austin Seipp <aseipp@pobox.com>
Category Cryptography
Home page http://thoughtpolice.github.com/hs-ed25519
Bug tracker http://github.com/thoughtpolice/hs-ed25519/issues
Source repo head: git clone https://github.com/thoughtpolice/hs-ed25519.git
Uploaded by AustinSeipp at 2015-09-26T23:54:37Z
Distributions Arch:0.0.5.0, Debian:0.0.5.0, Fedora:0.0.5.0, LTSHaskell:0.0.5.0, NixOS:0.0.5.0, Stackage:0.0.5.0, openSUSE:0.0.5.0
Reverse Dependencies 4 direct, 10 indirect [details]
Downloads 50482 total (186 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
Last success reported on 2015-09-27 [all 1 reports]

Readme for ed25519-0.0.3.0

[back to package description]

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:

  • git clone https://github.com/thoughtpolice/hs-ed25519.git

There's also a BitBucket mirror:

  • git clone https://bitbucket.org/thoughtpolice/hs-ed25519.git

Authors

See AUTHORS.txt.

License

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