type alias WebKeySource

Hands back the Web Crypto key the large-payload path needs. Nothing imports a key until a payload is actually big enough to want one.

Definition

() => Promise<CryptoKey>

Usage

import { type WebKeySource } from "docs/crypto.ts";