aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Digest.hs
blob: 6eebd279b8424fab5090cd664945bf3113ed0465 (plain)
1
2
3
4
5
module Data.Digest
  ( Digest
  ) where

import Data.Digest.Internal (Digest)