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