SHA256 constructor

SHA256()

Implementation

SHA256() {
  ds = DigestSink();
  sha = sha256.startChunkedConversion(ds);
}