# Hash Errors

## `Hash.HasherDestroyedError`

Thrown when an incremental hash state has been consumed or destroyed.

**Source:** [src/core/Hash.ts](https://github.com/wevm/ox/blob/main/src/core/Hash.ts#L507)

## `Hash.InvalidDigestSizeError`

Thrown when a digest output buffer is too small.

**Source:** [src/core/Hash.ts](https://github.com/wevm/ox/blob/main/src/core/Hash.ts#L516)
