Skip to main content
Go to Latest
type alias PortableCryptoKeyPair
import { type PortableCryptoKeyPair } from "https://deno.land/x/simple_utility@v2.0.10/mod.full.ts";

Serialized CryptoKeyPair.

definition: Record<keyof CryptoKeyPair, Uint8Array>