update module texts
This commit is contained in:
parent
cd870d4259
commit
36ad1997e3
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
@ -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(..)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user