Computes a hash synchronously (unlike hash).
@nonVirtual Hash hashSync() { if (!isClosed) { throw StateError('Not closed'); } return Hash(Uint8List.fromList(hashBytes)); }