# z.Hex.Hex96

96-byte hex string schema.

## Imports

```ts
import { z } from 'ox/zod'

z.Hex.Hex96
```

## Definition

```ts
export const Hex96 = sizedHex(96)
```

**Source:** [src/zod/Hex.ts](https://github.com/wevm/ox/blob/main/src/zod/Hex.ts)
