cryptonite/Crypto/Internal/ByteArray.hs

17 lines
380 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
import Data.ByteArray.Mapping as X
import Data.ByteArray.Encoding as X