# MlDsa44 Errors

## `MlDsa44.InvalidContextSizeError`

Thrown when a context string exceeds the 255-byte FIPS 204 limit.

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

## `MlDsa44.InvalidPrfSizeError`

Thrown when a WebAuthn PRF output is not 32 bytes.

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

## `MlDsa44.InvalidSeedSizeError`

Thrown when a seed contains fewer than 32 bytes.

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