From 36ad1997e38e8e7f47d0fdf12d4646014199a7c8 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sun, 8 Feb 2015 11:02:42 +0000 Subject: [PATCH] update module texts --- Crypto/Hash/MD2.hs | 4 +++- Crypto/Hash/MD4.hs | 4 +++- Crypto/Hash/MD5.hs | 4 +++- Crypto/Hash/RIPEMD160.hs | 4 +++- Crypto/Hash/SHA1.hs | 4 +++- Crypto/Hash/SHA224.hs | 4 +++- Crypto/Hash/SHA256.hs | 4 +++- Crypto/Hash/SHA3.hs | 4 +++- Crypto/Hash/SHA384.hs | 4 +++- Crypto/Hash/SHA512.hs | 4 +++- Crypto/Hash/Skein256.hs | 4 +++- Crypto/Hash/Skein512.hs | 4 +++- Crypto/Hash/Tiger.hs | 4 +++- Crypto/Hash/Whirlpool.hs | 4 +++- 14 files changed, 42 insertions(+), 14 deletions(-) diff --git a/Crypto/Hash/MD2.hs b/Crypto/Hash/MD2.hs index a03aa62..842fbb3 100644 --- a/Crypto/Hash/MD2.hs +++ b/Crypto/Hash/MD2.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 -- MD2 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.MD2 ( Ctx(..) diff --git a/Crypto/Hash/MD4.hs b/Crypto/Hash/MD4.hs index 6e23785..cf00fe2 100644 --- a/Crypto/Hash/MD4.hs +++ b/Crypto/Hash/MD4.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 -- MD4 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.MD4 ( Ctx(..) diff --git a/Crypto/Hash/MD5.hs b/Crypto/Hash/MD5.hs index 950c4a1..3197017 100644 --- a/Crypto/Hash/MD5.hs +++ b/Crypto/Hash/MD5.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 -- MD5 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.MD5 ( Ctx(..) diff --git a/Crypto/Hash/RIPEMD160.hs b/Crypto/Hash/RIPEMD160.hs index e34059d..19e972b 100644 --- a/Crypto/Hash/RIPEMD160.hs +++ b/Crypto/Hash/RIPEMD160.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 -- RIPEMD160 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.RIPEMD160 ( Ctx(..) diff --git a/Crypto/Hash/SHA1.hs b/Crypto/Hash/SHA1.hs index 00d7045..b6fd1c6 100644 --- a/Crypto/Hash/SHA1.hs +++ b/Crypto/Hash/SHA1.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 -- SHA1 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.SHA1 ( Ctx(..) diff --git a/Crypto/Hash/SHA224.hs b/Crypto/Hash/SHA224.hs index 7b59815..caf9d1d 100644 --- a/Crypto/Hash/SHA224.hs +++ b/Crypto/Hash/SHA224.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 -- SHA224 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.SHA224 ( Ctx(..) diff --git a/Crypto/Hash/SHA256.hs b/Crypto/Hash/SHA256.hs index e7f40c9..403ae2c 100644 --- a/Crypto/Hash/SHA256.hs +++ b/Crypto/Hash/SHA256.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 -- SHA256 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.SHA256 ( Ctx(..) diff --git a/Crypto/Hash/SHA3.hs b/Crypto/Hash/SHA3.hs index 49e99cc..6a4b9cd 100644 --- a/Crypto/Hash/SHA3.hs +++ b/Crypto/Hash/SHA3.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 -- SHA3 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.SHA3 ( Ctx(..) diff --git a/Crypto/Hash/SHA384.hs b/Crypto/Hash/SHA384.hs index c5cedf2..6f3aa73 100644 --- a/Crypto/Hash/SHA384.hs +++ b/Crypto/Hash/SHA384.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 -- SHA384 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.SHA384 ( Ctx(..) diff --git a/Crypto/Hash/SHA512.hs b/Crypto/Hash/SHA512.hs index de2eec7..8d68b90 100644 --- a/Crypto/Hash/SHA512.hs +++ b/Crypto/Hash/SHA512.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 -- SHA512 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.SHA512 ( Ctx(..) diff --git a/Crypto/Hash/Skein256.hs b/Crypto/Hash/Skein256.hs index 58a7339..601e6ba 100644 --- a/Crypto/Hash/Skein256.hs +++ b/Crypto/Hash/Skein256.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 -- Skein256 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.Skein256 ( Ctx(..) diff --git a/Crypto/Hash/Skein512.hs b/Crypto/Hash/Skein512.hs index b0437b3..d17bf49 100644 --- a/Crypto/Hash/Skein512.hs +++ b/Crypto/Hash/Skein512.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 -- Skein512 cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.Skein512 ( Ctx(..) diff --git a/Crypto/Hash/Tiger.hs b/Crypto/Hash/Tiger.hs index 6de6228..e052743 100644 --- a/Crypto/Hash/Tiger.hs +++ b/Crypto/Hash/Tiger.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 -- Tiger cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.Tiger ( Ctx(..) diff --git a/Crypto/Hash/Whirlpool.hs b/Crypto/Hash/Whirlpool.hs index 704f6e8..e5fcca4 100644 --- a/Crypto/Hash/Whirlpool.hs +++ b/Crypto/Hash/Whirlpool.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 -- Whirlpool cryptographic hash. -- +-- it is recommended to import this module qualified. +-- module Crypto.Hash.Whirlpool ( Ctx(..)