15 lines
316 B
Haskell
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
|