SHA224 constructor

SHA224()

Implementation

SHA224() {
  ds = DigestSink();

  sha = sha224.startChunkedConversion(ds);
}