cryptonite-conduit: cryptonite conduit

[ bsd3, conduit, cryptography, library ] [ Propose Tags ]

Conduit bridge for cryptonite

For now only provide a conduit version for hash and hmac, but with contribution, this could provide cipher conduits too, and probably other things.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2.0, 0.2.1, 0.2.2
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), bytestring, conduit, conduit-extra, cryptonite, exceptions, memory, resourcet, transformers [details]
License BSD-3-Clause
Copyright Vincent Hanquez <vincent@snarc.org>
Author Vincent Hanquez <vincent@snarc.org>
Maintainer vincent@snarc.org
Revised Revision 1 made by HerbertValerioRiedel at 2018-05-19T20:52:21Z
Category Cryptography, Conduit
Home page https://github.com/haskell-crypto/cryptonite-conduit
Source repo head: git clone https://github.com/haskell-crypto/cryptonite-conduit
Uploaded by VincentHanquez at 2017-11-17T09:06:51Z
Distributions Arch:0.2.2, Debian:0.2.2, Fedora:0.2.2, LTSHaskell:0.2.2, NixOS:0.2.2, Stackage:0.2.2, openSUSE:0.2.2
Reverse Dependencies 7 direct, 85 indirect [details]
Downloads 15848 total (59 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-11-17 [all 1 reports]

Readme for cryptonite-conduit-0.2.2

[back to package description]

cryptonite-conduit

Join the chat at https://gitter.im/vincenthz/cryptonite Build Status BSD Haskell

Documentation: cryptonite-conduit on hackage

Simple conduit wrapper for cryptonite hashes, and maybe further construction as needed