cryptonite/Crypto/Internal/ByteArray.hs
2015-05-14 10:04:16 +01:00

15 lines
309 B
Haskell

-- |
-- Module : Crypto.Internal.ByteArray
-- License : BSD-style
-- Maintainer : Vincent Hanquez <vincent@snarc.org>
-- Stability : stable
-- Portability : Good
--
-- Simple and efficient byte array types
--
module Crypto.Internal.ByteArray
( module X
) where
import Data.ByteArray as X