cryptonite/Crypto/Hash/Internal.hs

10 lines
269 B
Haskell

-- |
-- Module : Crypto.Hash.Internal
-- License : BSD-style
-- Maintainer : Vincent Hanquez <vincent@snarc.org>
-- Stability : experimental
-- Portability : unknown
module Crypto.Hash.Internal (unsafeDoIO) where
import Crypto.Internal.Compat (unsafeDoIO)