update module texts

This commit is contained in:
Vincent Hanquez 2015-02-08 11:02:42 +00:00
parent cd870d4259
commit 36ad1997e3
14 changed files with 42 additions and 14 deletions

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- MD2 cryptographic hash. -- MD2 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.MD2 module Crypto.Hash.MD2
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- MD4 cryptographic hash. -- MD4 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.MD4 module Crypto.Hash.MD4
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- MD5 cryptographic hash. -- MD5 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.MD5 module Crypto.Hash.MD5
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- RIPEMD160 cryptographic hash. -- RIPEMD160 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.RIPEMD160 module Crypto.Hash.RIPEMD160
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- SHA1 cryptographic hash. -- SHA1 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.SHA1 module Crypto.Hash.SHA1
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- SHA224 cryptographic hash. -- SHA224 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.SHA224 module Crypto.Hash.SHA224
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- SHA256 cryptographic hash. -- SHA256 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.SHA256 module Crypto.Hash.SHA256
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- SHA3 cryptographic hash. -- SHA3 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.SHA3 module Crypto.Hash.SHA3
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- SHA384 cryptographic hash. -- SHA384 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.SHA384 module Crypto.Hash.SHA384
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- SHA512 cryptographic hash. -- SHA512 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.SHA512 module Crypto.Hash.SHA512
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- Skein256 cryptographic hash. -- Skein256 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.Skein256 module Crypto.Hash.Skein256
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- Skein512 cryptographic hash. -- Skein512 cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.Skein512 module Crypto.Hash.Skein512
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- Tiger cryptographic hash. -- Tiger cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.Tiger module Crypto.Hash.Tiger
( Ctx(..) ( Ctx(..)

View File

@ -7,9 +7,11 @@
-- Stability : experimental -- Stability : experimental
-- Portability : unknown -- Portability : unknown
-- --
-- module containing the basic functions to work with the -- module containing the pure functions to work with the
-- Whirlpool cryptographic hash. -- Whirlpool cryptographic hash.
-- --
-- it is recommended to import this module qualified.
--
module Crypto.Hash.Whirlpool module Crypto.Hash.Whirlpool
( Ctx(..) ( Ctx(..)