multihash-cryptonite: Self-identifying hashes, implementation of <https://github.com/multiformats/multihash>

[ bsd3, data, library ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), binary (>=0.8.3), binary-varint, bytestring (>=0.10.4), cryptonite (>=0.13), deepseq, hashable, memory (>=0.11) [details]
License BSD-3-Clause
Copyright 2018 Monadic GmbH
Author Kim Altintop
Maintainer Kim Altintop <kim@monadic.xyz>, Monadic Team <team@monadic.xyz>
Category Data
Home page https://github.com/oscoin/ipfs
Bug tracker https://github.com/oscoin/ipfs/issues
Source repo head: git clone https://github.com/oscoin/ipfs
Uploaded by jkarni at 2019-05-23T09:05:41Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 673 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-23 [all 1 reports]

Readme for multihash-cryptonite-0.1.0.0

[back to package description]

Haskell implementation of multihash: "self-identifying hashes".

In contrast to other implementations, this library assumes that applications mainly work with the Crypto.Hash.Digest type (from the cryptonite package), and use multihash as a wire encoding, or treat an encoded multihash as an opaque value i.e. destructuring into a product is not provided.