packages feed

hnix-store-core-0.5.0.0: src/System/Nix/Hash.hs

{-|
Description : Cryptographic hashes for hnix-store.
-}
module System.Nix.Hash
  ( Hash.mkStorePathHash
  , Hash.NamedAlgo(..)
  , Hash.SomeNamedDigest(..)

  , Hash.mkNamedDigest

  , Base.BaseEncoding(..)
  , Hash.encodeDigestWith
  , Hash.decodeDigestWith
  )
where

import qualified System.Nix.Internal.Hash      as Hash
import qualified System.Nix.Internal.Base      as Base