Popularity
8.2
Stable
Activity
4.5
-
21
6
19

Code Quality Rank: L4
Monthly Downloads: 173
Programming language: C
License: MIT License
Tags: Cryptography     Ed25519    
Latest version: v0.0.5.0

ed25519 alternatives and similar packages

Based on the "Cryptography" category.
Alternatively, view ed25519 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ed25519 or a related project?

Add another 'Cryptography' Package

README

Minimal package for ed25519 signatures

Linux Build Status Windows Build Status Hackage version Stackage version MIT Haskell

This package implements minimal bindings to the ed25519 signature scheme. It's designed to be small, with no dependencies, and fast. It also comes with extensive guidelines and detailed documentation. It should be relatively easy to both depend on directly with Cabal or even copy into any projects that need it directly.

For full details (including notes on the underlying implementation), check out the docs.

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.


*Note that all licence references and agreements mentioned in the ed25519 README section above are relevant to that project's source code only.