module Crypto.Types where import Data.ByteString as B import Data.ByteString.Lazy as L type BitLength = Int type ByteLength = Int