From fce698b8218b5ca3e2aeb25ec669cac8dbbed0a2 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Tue, 12 Apr 2016 14:53:16 +0900 Subject: [PATCH] [MP] Drop data constructor access. --- Crypto/ConstructHash/MiyaguchiPreneel.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypto/ConstructHash/MiyaguchiPreneel.hs b/Crypto/ConstructHash/MiyaguchiPreneel.hs index 803d954..b4a126a 100644 --- a/Crypto/ConstructHash/MiyaguchiPreneel.hs +++ b/Crypto/ConstructHash/MiyaguchiPreneel.hs @@ -11,7 +11,7 @@ {-# LANGUAGE GeneralizedNewtypeDeriving #-} module Crypto.ConstructHash.MiyaguchiPreneel ( mp, mp' - , MiyaguchiPreneel(..) + , MiyaguchiPreneel , cipherInit' ) where