|  | 
|  | 
|  | 
| Description | 
| Implements SHA-256, SHA-384, SHA-512, and SHA-224 as defined in FIPS 180-2
 http://csrc.nist.gov/publications/fips/fips180-2/fips180-2withchangenotice.pdf. | 
|  | 
| Synopsis | 
|  | 
|  | 
|  | 
| Documentation | 
|  | 
|  | 
| sha256 currently requires that the bitSize of a divide 32 | 
|  | 
|  | 
| shaXXXAscii assumes that all characters of the strings are 
 ISO-latin-1 characters.  ie. each characters fits in one octet. | 
|  | 
|  | 
|  | 
|  | 
| sha384 currently requires that the bitSize of a divide 64 | 
|  | 
|  | 
|  | 
|  | 
|  | 
|  | 
| sha384 currently requires that the bitSize of a divide 64 | 
|  | 
|  | 
|  | 
|  | 
| |  Instances |  |  | 
 | 
|  | 
|  | 
| sha224 currently requires that the bitSize of a divide 32 | 
|  | 
|  | 
|  | 
|  | 
| |  Instances |  |  | 
 | 
|  | 
|  | 
|  | 
| Produced by Haddock version 2.6.1 |