GitXplorerGitXplorer
t

hs-ed25519

public
21 stars
19 forks
3 issues

Commits

List of commits on branch master.
Unverified
429fa52b7c1a58905d52da171c903ec54e053a7e

Patch `.github/workflows/haskell-ci.yml` to pass cabal flag `-test-hlint`

aandreasabel committed a year ago
Unverified
a0dabfec4c75fb3a4a5afde81d73c0b45f816e10

Bump deps for GHC 9.8; Haskell CI for GHC 8.0 - 9.8.1

aandreasabel committed a year ago
Unverified
451b71230a2846b6e31950df165d0a1089c3ef5c

Allow ghc-prim-0.10 for ghc-9.6

TTristanCacqueray committed 2 years ago
Unverified
14e327213c8be34b2e377b69b3491843a6a65960

Support GHC 9.4

eeddiejessup committed 2 years ago
Verified
f0bab2260f4bf3226273a1afde32ac7e6c45a0d7

chore: bump ghc-prim/bytestring bounds

tthoughtpolice committed 3 years ago
Unverified
bcd54c66e710fcccb2a3097551a9fa368550dd24

allow ghc-prim-0.7 for ghc-9.0

jjuhp committed 3 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.