Crypto-4.2.1: Collects together existing Haskell cryptographic functions into a packageSource codeContentsIndex
Data.Digest.SHA224
Contents
Function Types
Description
Takes the SHA2 module supplied and wraps it so it takes [Octet] and returns [Octet] where the length of the result is always 28. and http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf.
Synopsis
hash :: [Octet] -> [Octet]
Function Types
hash :: [Octet] -> [Octet]Source
Take [Octet] and return [Octet] according to the standard. The length of the result is always 28 octets or 224 bits as required by the standard.
Produced by Haddock version 2.6.1