sha256 method

Digest sha256()

Implementation

crypto.Digest sha256() {
  return crypto.sha256.convert(this);
}