60     state.h[0] = 0xc1059ed8;
 
   61     state.h[1] = 0x367cd507;
 
   62     state.h[2] = 0x3070dd17;
 
   63     state.h[3] = 0xf70e5939;
 
   64     state.h[4] = 0xffc00b31;
 
   65     state.h[5] = 0x68581511;
 
   66     state.h[6] = 0x64f98fa7;
 
   67     state.h[7] = 0xbefa4fa4;
 
SHA224()
Constructs a SHA-224 hash object.
void reset()
Resets the hash ready for a new hashing process.
size_t hashSize() const
Size of the hash result from finalize().