crypto-api-0.0.0.1: Crypto/Types.hs
module Crypto.Types where import Data.ByteString as B import Data.ByteString.Lazy as L type BitLength = Int type ByteLength = Int
module Crypto.Types where import Data.ByteString as B import Data.ByteString.Lazy as L type BitLength = Int type ByteLength = Int