# Kzg Types

## `Kzg.Kzg`

Root type for a KZG interface.

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

## `Kzg.TrustedSetup`

Trusted setup points accepted by `create`.

Point arrays use the established Ethereum trusted-setup field names. Each field may also be supplied as one packed byte array.

**Source:** [src/wasm/Kzg.ts](https://github.com/wevm/ox/blob/main/src/wasm/Kzg.ts#L23)
