Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.0/deps/crypto.ts";

Extensions to the Web Crypto interface.

Properties

readonly
subtle: StdSubtleCrypto

Extension to the crypto.SubtleCrypto interface.