sha256Hash method

Bytes sha256Hash()

Implementation

Bytes sha256Hash() {
  return Bytes(sha256.convert(_byteList).bytes);
}