[MP] Drop data constructor access.

This commit is contained in:
Kei Hibino 2016-04-12 14:53:16 +09:00
parent 0f241e31db
commit fce698b821

View File

@ -11,7 +11,7 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Crypto.ConstructHash.MiyaguchiPreneel
( mp, mp'
, MiyaguchiPreneel(..)
, MiyaguchiPreneel
, cipherInit'
) where