cryptonite/Crypto/Internal/ByteArray.hs
2015-05-09 14:23:32 +01:00

15 lines
316 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.Memory.ByteArray as X