# computeSpecHash

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/openapi/sdk-packaging.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/openapi/sdk-packaging.ts#L102)

sha256 hex of the canonicalized spec — the content address for artifacts.

## Signature

```ts
function computeSpecHash(spec: unknown): string
```

## Parameters

| Name | Type |
|---|---|
| `spec` | `unknown` |

**Returns:** `string`
