cryptonite-0.8: Cryptography Primitives sink

LicenseBSD-style
MaintainerVincent Hanquez <vincent@snarc.org>
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Crypto.Hash.Algorithms

Contents

Description

Definitions of known hash algorithms

Synopsis

Documentation

hash algorithms

data MD2 Source

MD2 cryptographic hash algorithm

Constructors

MD2 

data MD4 Source

MD4 cryptographic hash algorithm

Constructors

MD4 

data MD5 Source

MD5 cryptographic hash algorithm

Constructors

MD5 

data SHA1 Source

SHA1 cryptographic hash algorithm

Constructors

SHA1 

data SHA224 Source

SHA224 cryptographic hash algorithm

Constructors

SHA224 

data SHA256 Source

SHA256 cryptographic hash algorithm

Constructors

SHA256 

data SHA384 Source

SHA384 cryptographic hash algorithm

Constructors

SHA384 

data SHA512 Source

SHA512 cryptographic hash algorithm

Constructors

SHA512 

data SHA512t_224 Source

SHA512t (224 bits) cryptographic hash algorithm

Constructors

SHA512t_224 

data SHA512t_256 Source

SHA512t (256 bits) cryptographic hash algorithm

Constructors

SHA512t_256 

data RIPEMD160 Source

RIPEMD160 cryptographic hash algorithm

Constructors

RIPEMD160 

data Tiger Source

Tiger cryptographic hash algorithm

Constructors

Tiger 

data Kekkak_224 Source

Kekkak (224 bits) cryptographic hash algorithm

Constructors

Kekkak_224 

data Kekkak_256 Source

Kekkak (256 bits) cryptographic hash algorithm

Constructors

Kekkak_256 

data Kekkak_384 Source

Kekkak (384 bits) cryptographic hash algorithm

Constructors

Kekkak_384 

data Kekkak_512 Source

Kekkak (512 bits) cryptographic hash algorithm

Constructors

Kekkak_512 

data SHA3_224 Source

SHA3 (224 bits) cryptographic hash algorithm

Constructors

SHA3_224 

data SHA3_256 Source

SHA3 (256 bits) cryptographic hash algorithm

Constructors

SHA3_256 

data SHA3_384 Source

SHA3 (384 bits) cryptographic hash algorithm

Constructors

SHA3_384 

data SHA3_512 Source

SHA3 (512 bits) cryptographic hash algorithm

Constructors

SHA3_512 

data Skein256_224 Source

Skein256 (224 bits) cryptographic hash algorithm

Constructors

Skein256_224 

data Skein256_256 Source

Skein256 (256 bits) cryptographic hash algorithm

Constructors

Skein256_256 

data Skein512_224 Source

Skein512 (224 bits) cryptographic hash algorithm

Constructors

Skein512_224 

data Skein512_256 Source

Skein512 (256 bits) cryptographic hash algorithm

Constructors

Skein512_256 

data Skein512_384 Source

Skein512 (384 bits) cryptographic hash algorithm

Constructors

Skein512_384 

data Skein512_512 Source

Skein512 (512 bits) cryptographic hash algorithm

Constructors

Skein512_512 

data Whirlpool Source

Whirlpool cryptographic hash algorithm

Constructors

Whirlpool