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
-- 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(..)

View File

@ -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(..)

View File

@ -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(..)

View File

@ -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(..)

View File

@ -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(..)

View File

@ -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(..)

View File

@ -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(..)

View File

@ -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(..)

View File

@ -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(..)

View File

@ -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(..)

View File

@ -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(..)

View File

@ -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(..)

View File

@ -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(..)

View File

@ -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(..)