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

Serialized CryptoKeyPair.

definition: Record<keyof CryptoKeyPair, Uint8Array>