Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/crypto.ts>StdCrypto

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface StdCrypto
implements Crypto
import { type StdCrypto } from "https://deno.land/x/lume@v2.1.1/deps/crypto.ts";

Extensions to the Web Crypto interface.

Properties

readonly
subtle: StdSubtleCrypto

Extension to the crypto.SubtleCrypto interface.