@param {Buffer} value @returns {Buffer}
// ignore: non_constant_identifier_names Uint8List hash_bytes(Uint8List value) { return sha256Chunks([value.buffer]); }