Skip to content

Latest commit

 

History

History

multihash-cryptonite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.