@hackage multihash-cryptonite0.1.0.0
Self-identifying hashes, implementation of <https://github.com/multiformats/multihash>
Categories
License
BSD-3-Clause
Maintainer
Kim Altintop <kim@monadic.xyz>, Monadic Team <team@monadic.xyz>
Links
Versions
- 0.1.0.0 Thu, 23 May 2019
Installation
CustomDependencies (8)
- base >=4.9 && <5
- binary >=0.8.3
- binary-varint
- bytestring >=0.10.4
- cryptonite >=0.13
- deepseq Show all…
Dependents (3)
@hackage/ipld-cid, @hackage/git-remote-ipfs, @hackage/multihash-serialise
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.