function sha1Hex
sha1Hex(data: Uint8Array): Promise<string>

Apple requires SHA-1 for manifest entries; CMS signs the manifest with SHA-256.

Parameters

Return Type

Promise<string>

Usage

import { sha1Hex } from "docs/tickets.ts";