# z.Hex.Hex64

64-byte hex string schema.

## Imports

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

z.Hex.Hex64
```

## Definition

```ts
export const Hex64 = sizedHex(64)
```

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