From bc7568008417028a580d1e848e0d791d6de3b58d Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sun, 8 Feb 2015 11:14:20 +0000 Subject: [PATCH] fix Kekkak --- Crypto/Hash/Kekkak.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Crypto/Hash/Kekkak.hs b/Crypto/Hash/Kekkak.hs index 63abcc6..0ea665b 100644 --- a/Crypto/Hash/Kekkak.hs +++ b/Crypto/Hash/Kekkak.hs @@ -7,9 +7,11 @@ -- Stability : experimental -- Portability : unknown -- --- module containing the basic functions to work with the +-- module containing the pure functions to work with the -- Kekkak cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.Kekkak ( Ctx(..)