@hackage ed255190.0.1.0
ed25519 cryptographic signatures
Categories
License
MIT
Maintainer
Austin Seipp <aseipp@pobox.com>
Links
Versions
Installation
CustomDependencies (2)
- base >=4 && <5
- bytestring Show all…
Dependents (6)
@hackage/nkeys, @hackage/acme-everything, @hackage/hackage-security, @hackage/hackport, @hackage/cachix, @hackage/scuttlebutt-types
Package Flags
test-properties(on by default)
test-hunit(off by default)
test-doctests(off by default)
test-hlint(on by default)
threaded(on by default)
llvm(off by default)
optimized(on by default)
Minimal package for ed25519 signatures
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.


