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

Copyright2018 Monadic GmbH
LicenseBSD3
Maintainerkim@monadic.xyz, team@monadic.xyz
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Data.Multihash.Internal

Description

 
Synopsis

Documentation

type Multihashable a = (HashAlgorithm a, FromCryptonite a) Source #

fromCryptonite :: FromCryptonite a => proxy a -> HashAlgorithm Source #

_3 :: (a, b, c) -> c Source #