SHA256 constructor

SHA256()

Implementation

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