module ByteString.Lazy.Base16
  ( encode
  , decode
  ) where

import Data.ByteString.Base16.Lazy (decode, encode)