GitXplorerGitXplorer
t

hs-ed25519

public
21 stars
19 forks
3 issues

Commits

List of commits on branch master.
Unverified
e2e65c252bbda4299ca5cb52872f7841a9828979

cabal: update homepage URL

ll29ah committed 4 years ago
Unverified
4e2b606121ee08c563eb5fd992641379185c08a5

Relax constraint on ghc-prim to support ghc-8.10.1

ppeti committed 5 years ago
Unverified
98e44ad2e8e1a12b1dbe2366607ee0b172e07d5f

tests: add a (manual) smoke test for libsodium

tthoughtpolice committed 6 years ago
Unverified
b6ff110ac40f32ee42352356d3f1c092504d4e78

Add a convenient ./nix-shell utility for hacking

tthoughtpolice committed 6 years ago
Unverified
01037220b9c08633e2b9a5d3b7f7d9b1f60f8214

gitignore: update

tthoughtpolice committed 6 years ago
Unverified
5ef6c96743100002f718d49aaca85288da62164f

travis: also CI with 8.2.{1,2}

tthoughtpolice committed 7 years ago

README

The README file for this repository.

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.