Skip to main content
Module

x/lume/deps/crypto.ts>Key

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias Key
import { type Key } from "https://deno.land/x/lume@v1.15.2/deps/crypto.ts";

Types of keys that can be used to sign data.

definition:
| string
| number[]
| ArrayBuffer
| Uint8Array