Skip to main content
Module

x/simple_utility/mod.ts>PortableCryptoKeyPair

Simplify processing for Deno.
Latest
type alias PortableCryptoKeyPair
import { type PortableCryptoKeyPair } from "https://deno.land/x/simple_utility@v2.1.0/mod.ts";

Serialized CryptoKeyPair.

definition: Record<keyof CryptoKeyPair, Uint8Array>